git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
renamed and cleaned up export header files to match linux convention
[lunaix-os.git]
/
lunaix-os
/
.gitignore
diff --git
a/lunaix-os/.gitignore
b/lunaix-os/.gitignore
index a8dbb20884295474fd569d6443d39aa824bae0d4..e70eed3faf06a1cbef06f0fdb068485cd3c4e786 100644
(file)
--- a/
lunaix-os/.gitignore
+++ b/
lunaix-os/.gitignore
@@
-1,26
+1,34
@@
-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
+!tests
-link/lunaix.ld
+!.gitignore
+!*.md
+!.pre-commit-config.yaml
+!LBuild
+!LConfig
+!makefile
+!live_debug.sh
+!*.mk
-.gdb_history
+*.[od]
+*.ld
+*.log
-**.o
-**.d
+scripts/*.tool
-*.log
+__pycache__
+
+.config.json
+.builder
-.
lunaix_ksymtable.S
\ No newline at end of file
+.
vscode
\ No newline at end of file