make log a bit verbose for some useful information
[lunaix-os.git] / lunaix-os / .gitignore
index 41eb114e3b2086976af5ded7da0ba794caaaf2f3..9a6b6a87ca5499c131b731a1928866ae267e6895 100644 (file)
@@ -1,5 +1,34 @@
-build/
-playground/
-.vscode/settings.json
-.vscode/*.log
-.VSCodeCounter/
\ 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
+!kernel.mk
+
+*.[od]
+*.ld
+*.log
+
+scripts/*.tool
+
+__pycache__
+
+.config.json
+.builder
+
+.vscode
\ No newline at end of file