updated readme, fix configuration shell invoked twice.
[lunaix-os.git] / lunaix-os / .gitignore
index 32bb844fc07932810b06e0a973ecc2e6ae08c3f9..e70eed3faf06a1cbef06f0fdb068485cd3c4e786 100644 (file)
@@ -1,13 +1,34 @@
-build/
-playground/
-.vscode/settings.json
-.vscode/*.log
-.VSCodeCounter/
-.idea
-bx_enh_dbg.ini
-machine/
-draft/
-iso_inspect/
-unused/
-
-**.o
\ No newline at end of file
+/*
+
+!arch
+!hal
+!kernel
+!libs
+!makeinc
+!includes
+!scripts
+!usr
+!link
+!tests
+
+!.gitignore
+!*.md
+!.pre-commit-config.yaml
+!LBuild
+!LConfig
+!makefile
+!live_debug.sh
+!*.mk
+
+*.[od]
+*.ld
+*.log
+
+scripts/*.tool
+
+__pycache__
+
+.config.json
+.builder
+
+.vscode
\ No newline at end of file