aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore29
1 files changed, 28 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 2d68e206e..7c1e434e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,28 @@
-*.stackdump
+.dep
+*.o
+*.eep
+*.elf
+*.hex
+!util/bootloader.hex
+!quantum/tools/eeprom_reset.hex
+*.log
+*.lss
+*.lst
+*.map
+*.sym
+*.swp
+tags
+*~
+build/
+.build/
+*.bak
+.vagrant/
+.idea/
+CMakeLists.txt
+.DS_STORE
+
+# Eclipse/PyCharm/Other IDE Settings
+.cproject
+.project
+.settings/
+.idea