Boot framework rework (#45)
[lunaix-os.git] / lunaix-os / .gitignore
index a8dbb20884295474fd569d6443d39aa824bae0d4..ea132c4df2b158c437be4988b1148cc6bc958c2d 100644 (file)
@@ -1,26 +1,31 @@
-build/
-playground/
-.vscode/settings.json
-.vscode/*.log
-.VSCodeCounter/
-.idea
-bx_enh_dbg.ini
-machine/
-draft/
-iso_inspect/
-unused/
-__pycache__/
+/*
 
-.builder/
-.config.json
+!arch
+!hal
+!kernel
+!libs
+!makeinc
+!includes
+!scripts
+!usr
+!link
 
-link/lunaix.ld
+!.gitignore
+!*.md
+!.pre-commit-config.yaml
+!LBuild
+!LConfig
+!makefile
+!live_debug.sh
+!kernel.mk
 
-.gdb_history
+*.[od]
+*.ld
+*.log
 
-**.o
-**.d
+scripts/*.tool
 
-*.log
+__pycache__
 
-.lunaix_ksymtable.S
\ No newline at end of file
+.config.json
+.builder
\ No newline at end of file