summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 8 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a082ea22e4..76d09a6806 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,7 +3,11 @@ keyboard/planck/dfu-programmer.exe
*.o
*.eep
*.elf
-*.hex
+/*.hex
+/keyboard/**/*.hex
+/keyboard/**/keymaps/**/*.hex
+!/keyboard/**/keymaps/**/compiled.hex
+*.log
*.lss
*.lst
*.map
@@ -12,8 +16,11 @@ keyboard/planck/dfu-programmer.exe
tags
*~
build/
+.build/
*.bak
.vagrant/
+.idea/
+CMakeLists.txt
.DS_STORE
# Eclipse/PyCharm/Other IDE Settings