]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - .gitignore
RSpec: KC_EQL -> KC_MINS
[qmk_firmware.git] / .gitignore
index ae342167dfc214faadf7abd4790b2c5912475ce2..8491433524d9c7c8b1f0878995c8fc7fb2616bfc 100644 (file)
@@ -3,6 +3,9 @@
 *.eep
 *.elf
 *.hex
+!util/bootloader.hex
+!quantum/tools/eeprom_reset.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
+.browse.VC.db*
\ No newline at end of file