summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore30
1 files changed, 30 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..acc8dbf
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,30 @@
+# Build output
+result/
+*.o
+
+# Generated config (re-run make defconfig-xxx / make configure)
+.config
+config_generated.mk
+include/kernel/config.h
+
+# Editor files
+*.swp
+*.swo
+*~
+.vscode/
+.idea/
+.clangd/
+compile_commands.json
+
+# OS/platform files
+.DS_Store
+Thumbs.db
+
+
+# Qemu
+qemu_log*
+
+
+
+#AI tools
+CLAUDE.md