Boot framework rework (#45)
[lunaix-os.git] / lunaix-os / .gitignore
index a7f6eaf9b850d71107a09e4d567f5cc4ccbc1bf0..ea132c4df2b158c437be4988b1148cc6bc958c2d 100644 (file)
@@ -1,19 +1,31 @@
-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
+!.gitignore
+!*.md
+!.pre-commit-config.yaml
+!LBuild
+!LConfig
+!makefile
+!live_debug.sh
+!kernel.mk
 
+*.[od]
+*.ld
 *.log
+
+scripts/*.tool
+
+__pycache__
+
+.config.json
+.builder
\ No newline at end of file