summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore16
1 files changed, 9 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index 4c97e2d4..1100e911 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,17 +1,19 @@
-.DS_Store
-*.s#*
+**/build/
*.b#*
-*.pro
-*.job
-
*.bin
+*.d
*.elf
*.hex
+*.job
*.lss
*.map
+*.o
+*.pro
+*.s#*
*.uf2
*srec
-*.o
-*.d
+.DS_Store
+.idea/
.vs
.vscode
+docs/ \ No newline at end of file