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..bc3feba
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,30 @@
+# Build outputs
+*.o
+*.a
+*.so
+*.elf
+*.hex
+
+# Generated sources
+/gen/*/output/
+/gen/*/build/
+
+# Toolchain builds
+/tools/*/build/
+
+# Simulator
+/sim/build/
+
+# Autotools
+Makefile
+Makefile.in
+configure
+config.status
+config.log
+autom4te.cache/
+
+# IDE
+.cate/
+.vscode/
+.idea/
+*.swp