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
ld-tool portability fix: MacOS build experience
[lunaix-os.git]
/
lunaix-os
/
.gitignore
diff --git
a/lunaix-os/.gitignore
b/lunaix-os/.gitignore
index 31aeefdf100bce92bbf5c014e55115ced31a205c..eb55d3df07053e9d27f8d066d73f0e87d0d04415 100644
(file)
--- a/
lunaix-os/.gitignore
+++ b/
lunaix-os/.gitignore
@@
-5,4
+5,20
@@
playground/
.VSCodeCounter/
.idea
bx_enh_dbg.ini
-machine/
\ No newline at end of file
+machine/
+draft/
+iso_inspect/
+unused/
+__pycache__/
+
+.builder/
+.config.json
+
+.gdb_history
+
+**.o
+**.d
+
+*.log
+
+.lunaix_ksymtable.S
\ No newline at end of file