Framework for exporting system header to user space (#59)
[lunaix-os.git] / lunaix-os / .gitignore
index ea132c4df2b158c437be4988b1148cc6bc958c2d..e70eed3faf06a1cbef06f0fdb068485cd3c4e786 100644 (file)
@@ -9,6 +9,7 @@
 !scripts
 !usr
 !link
+!tests
 
 !.gitignore
 !*.md
@@ -17,7 +18,7 @@
 !LConfig
 !makefile
 !live_debug.sh
-!kernel.mk
+!*.mk
 
 *.[od]
 *.ld
@@ -28,4 +29,6 @@ scripts/*.tool
 __pycache__
 
 .config.json
-.builder
\ No newline at end of file
+.builder
+
+.vscode
\ No newline at end of file