summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorallexanderbergmans <allexander.bergmans@student.elisa.be>2026-07-03 12:17:10 +0200
committerallexanderbergmans <allexander.bergmans@student.elisa.be>2026-07-03 12:17:10 +0200
commit887875959aa84af92291db334898aaa20956e632 (patch)
tree62f68d6e93cf444e5605a40c3e8ea7ec0bd89f49 /.gitignore
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