add support to GIC ITS, and the MSI service base on it
[lunaix-os.git] / lunaix-os / .gitignore
index 251d9927cb8841558c2432105eebace64b26baba..ea16967ff3e01503e6c4b7a8ae3efdbf254ca73f 100644 (file)
@@ -1,11 +1,33 @@
-build/
-playground/
-.vscode/settings.json
-.vscode/*.log
-.VSCodeCounter/
-.idea
-bx_enh_dbg.ini
-machine/
-draft/
-iso_inspect/
-unused/
\ No newline at end of file
+/*
+
+!arch
+!hal
+!kernel
+!libs
+!makeinc
+!includes
+!scripts
+!usr
+!link
+
+!.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