]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - .gitignore
Move hand_swap_config to ez.c, removes error for infinity
[qmk_firmware.git] / .gitignore
index 8b8c45169dfbce194a603de23869fcb09d4ce5b3..1abaeb21773570c6de528d0831d22cd3362c55a9 100644 (file)
@@ -1,9 +1,11 @@
-keyboard/planck/dfu-programmer.exe
 .dep
 *.o
 *.eep
 *.elf
 *.hex
+!util/bootloader.hex
+!quantum/tools/eeprom_reset.hex
+*.log
 *.lss
 *.lst
 *.map
@@ -12,12 +14,20 @@ keyboard/planck/dfu-programmer.exe
 tags
 *~
 build/
+.build/
 *.bak
 .vagrant/
+quantum/version.h
+.idea/
+CMakeLists.txt
 .DS_STORE
 
-# Eclipse Settings
+# Eclipse/PyCharm/Other IDE Settings
 .cproject
 .project
 .settings/
-
+.idea
+.browse.VC.db*
+*.stackdump
+util/Win_Check_Output.txt
+.vscode
\ No newline at end of file