]> 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 ae342167dfc214faadf7abd4790b2c5912475ce2..1ff0f2fa98be40892faf3f615e75037cfbbf436b 100644 (file)
@@ -1,8 +1,13 @@
+keyboards/planck/dfu-programmer.exe
 .dep
 *.o
 *.eep
 *.elf
-*.hex
+/*.hex
+/keyboards/**/*.hex
+/keyboards/**/keymaps/**/*.hex
+!/keyboards/**/keymaps/**/compiled.hex
+*.log
 *.lss
 *.lst
 *.map
 tags
 *~
 build/
+.build/
 *.bak
 .vagrant/
+.idea/
+CMakeLists.txt
 .DS_STORE
 
-# Eclipse Settings
+# Eclipse/PyCharm/Other IDE Settings
 .cproject
 .project
-.settings/
\ No newline at end of file
+.settings/
+.idea