]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - .gitignore
Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)
[qmk_firmware.git] / .gitignore
index 83f3f2da9695e81aba571b715b6ebc2444d43b2e..1ff0f2fa98be40892faf3f615e75037cfbbf436b 100644 (file)
@@ -1,9 +1,12 @@
-keyboard/planck/dfu-programmer.exe
+keyboards/planck/dfu-programmer.exe
 .dep
 *.o
 *.eep
 *.elf
-*.hex
+/*.hex
+/keyboards/**/*.hex
+/keyboards/**/keymaps/**/*.hex
+!/keyboards/**/keymaps/**/compiled.hex
 *.log
 *.lss
 *.lst
@@ -13,6 +16,7 @@ keyboard/planck/dfu-programmer.exe
 tags
 *~
 build/
+.build/
 *.bak
 .vagrant/
 .idea/