Improve cake allocator's memory utilisation (#43)
[lunaix-os.git] / lunaix-os / .gitignore
index d85c7e515cc460599bf5ba3a0044e69f882418fb..f167317436a870dc49996adc67c27b00577b510c 100644 (file)
@@ -1,17 +1,29 @@
-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
\ No newline at end of file
+!.gitignore
+!*.md
+!.pre-commit-config.yaml
+!LBuild
+!LConfig
+!makefile
+!live_debug.sh
+!kernel.mk
+
+*.[od]
+*.ld
+*.log
+
+__pycache__
+
+.config.json
+.builder
\ No newline at end of file