]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - .gitignore
Adds compiled default firmware
[qmk_firmware.git] / .gitignore
index 1e19ce9a873079ed65be07fbf01cd1c93ff23d09..76d09a6806abdcc54702c80f2a83d2b3fe3a18cc 100644 (file)
@@ -1,8 +1,13 @@
+keyboard/planck/dfu-programmer.exe
 .dep
 *.o
 *.eep
 *.elf
-*.hex
+/*.hex
+/keyboard/**/*.hex
+/keyboard/**/keymaps/**/*.hex
+!/keyboard/**/keymaps/**/compiled.hex
+*.log
 *.lss
 *.lst
 *.map
 tags
 *~
 build/
+.build/
 *.bak
 .vagrant/
-.DS_STORE
\ No newline at end of file
+.idea/
+CMakeLists.txt
+.DS_STORE
+
+# Eclipse/PyCharm/Other IDE Settings
+.cproject
+.project
+.settings/
+.idea