X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/9209afa5f69cffa48a04c4a9066357d5cba75926..35a7d633d3f16c1e0539af6ca5d8e7482926cd93:/lunaix-os/.gitignore diff --git a/lunaix-os/.gitignore b/lunaix-os/.gitignore index 438c74f..ea16967 100644 --- a/lunaix-os/.gitignore +++ b/lunaix-os/.gitignore @@ -1,21 +1,33 @@ -build/ -playground/ -.vscode/settings.json -.vscode/*.log -.VSCodeCounter/ -.idea -bx_enh_dbg.ini -machine/ -draft/ -iso_inspect/ -unused/ -__pycache__/ +/* -.gdb_history +!arch +!hal +!kernel +!libs +!makeinc +!includes +!scripts +!usr +!link -**.o -**.d +!.gitignore +!*.md +!.pre-commit-config.yaml +!LBuild +!LConfig +!makefile +!live_debug.sh +!kernel.mk +*.[od] +*.ld *.log -.lunaix_ksymtable.S \ No newline at end of file +scripts/*.tool + +__pycache__ + +.config.json +.builder + +.vscode \ No newline at end of file