]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - .gitignore
Merge branch 'master' of github.com:jackhumbert/qmk_firmware
[qmk_firmware.git] / .gitignore
index 76d09a6806abdcc54702c80f2a83d2b3fe3a18cc..8491433524d9c7c8b1f0878995c8fc7fb2616bfc 100644 (file)
@@ -1,12 +1,10 @@
-keyboard/planck/dfu-programmer.exe
 .dep
 *.o
 *.eep
 *.elf
-/*.hex
-/keyboard/**/*.hex
-/keyboard/**/keymaps/**/*.hex
-!/keyboard/**/keymaps/**/compiled.hex
+*.hex
+!util/bootloader.hex
+!quantum/tools/eeprom_reset.hex
 *.log
 *.lss
 *.lst
@@ -28,3 +26,4 @@ CMakeLists.txt
 .project
 .settings/
 .idea
+.browse.VC.db*
\ No newline at end of file