allow specifiying access mode when creating twifs file node
[lunaix-os.git] / lunaix-os / .gitignore
index eb55d3df07053e9d27f8d066d73f0e87d0d04415..9a6b6a87ca5499c131b731a1928866ae267e6895 100644 (file)
@@ -1,24 +1,34 @@
-build/
-playground/
-.vscode/settings.json
-.vscode/*.log
-.VSCodeCounter/
-.idea
-bx_enh_dbg.ini
-machine/
-draft/
-iso_inspect/
-unused/
-__pycache__/
+/*
 
 
-.builder/
-.config.json
-
-.gdb_history
+!arch
+!hal
+!kernel
+!libs
+!makeinc
+!includes
+!scripts
+!usr
+!link
+!tests
 
 
-**.o
-**.d
+!.gitignore
+!*.md
+!.pre-commit-config.yaml
+!LBuild
+!LConfig
+!makefile
+!live_debug.sh
+!kernel.mk
 
 
+*.[od]
+*.ld
 *.log
 
 *.log
 
-.lunaix_ksymtable.S
\ No newline at end of file
+scripts/*.tool
+
+__pycache__
+
+.config.json
+.builder
+
+.vscode
\ No newline at end of file