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
* Make the ksym table built-in with kernel image, thus remove the need
[lunaix-os.git]
/
lunaix-os
/
.gitignore
diff --git
a/lunaix-os/.gitignore
b/lunaix-os/.gitignore
index 41eb114e3b2086976af5ded7da0ba794caaaf2f3..438c74f7ac7ded251dd7b65d1f7dcfa5cd6f1f86 100644
(file)
--- a/
lunaix-os/.gitignore
+++ b/
lunaix-os/.gitignore
@@
-2,4
+2,20
@@
build/
playground/
.vscode/settings.json
.vscode/*.log
playground/
.vscode/settings.json
.vscode/*.log
-.VSCodeCounter/
\ No newline at end of file
+.VSCodeCounter/
+.idea
+bx_enh_dbg.ini
+machine/
+draft/
+iso_inspect/
+unused/
+__pycache__/
+
+.gdb_history
+
+**.o
+**.d
+
+*.log
+
+.lunaix_ksymtable.S
\ No newline at end of file