scale up the fragfile sample size
[lunaix-os.git] / lunaix-os / .gitignore
index 31f081b6273c44b7ecb4165bd914acc3257786fd..9a6b6a87ca5499c131b731a1928866ae267e6895 100644 (file)
@@ -1,16 +1,34 @@
-build/
-playground/
-.vscode/settings.json
-.vscode/*.log
-.VSCodeCounter/
-.idea
-bx_enh_dbg.ini
-machine/
-draft/
-iso_inspect/
-unused/
+/*
 
-.gdb_history
+!arch
+!hal
+!kernel
+!libs
+!makeinc
+!includes
+!scripts
+!usr
+!link
+!tests
 
-**.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
+
+scripts/*.tool
+
+__pycache__
+
+.config.json
+.builder
+
+.vscode
\ No newline at end of file