Refinement on documentation (#38)
[lunaix-os.git] / lunaix-os / .gitignore
index a8dbb20884295474fd569d6443d39aa824bae0d4..f167317436a870dc49996adc67c27b00577b510c 100644 (file)
@@ -1,26 +1,29 @@
-build/
-playground/
-.vscode/settings.json
-.vscode/*.log
-.VSCodeCounter/
-.idea
-bx_enh_dbg.ini
-machine/
-draft/
-iso_inspect/
-unused/
-__pycache__/
+/*
 
-.builder/
-.config.json
-
-link/lunaix.ld
-
-.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
+__pycache__
+
+.config.json
+.builder
\ No newline at end of file