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
feat: lunadbg GDB plugin to ease kernel debugging process.
[lunaix-os.git]
/
lunaix-os
/
.gitignore
diff --git
a/lunaix-os/.gitignore
b/lunaix-os/.gitignore
index 2de16c8ec5bd13cafc8c3239ebf6a4a46c856f77..d85c7e515cc460599bf5ba3a0044e69f882418fb 100644
(file)
--- a/
lunaix-os/.gitignore
+++ b/
lunaix-os/.gitignore
@@
-1
+1,17
@@
-dump*
+build/
+playground/
+.vscode/settings.json
+.vscode/*.log
+.VSCodeCounter/
+.idea
+bx_enh_dbg.ini
+machine/
+draft/
+iso_inspect/
+unused/
+__pycache__/
+
+.gdb_history
+
+**.o
+**.d
\ No newline at end of file