summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 83f3f2da9..76d09a680 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,7 +3,10 @@ keyboard/planck/dfu-programmer.exe
*.o
*.eep
*.elf
-*.hex
+/*.hex
+/keyboard/**/*.hex
+/keyboard/**/keymaps/**/*.hex
+!/keyboard/**/keymaps/**/compiled.hex
*.log
*.lss
*.lst
@@ -13,6 +16,7 @@ keyboard/planck/dfu-programmer.exe
tags
*~
build/
+.build/
*.bak
.vagrant/
.idea/