X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.gitignore;h=8491433524d9c7c8b1f0878995c8fc7fb2616bfc;hb=8fb407457857c48e16f27d1a774a08f2214d50e6;hp=8b8c45169dfbce194a603de23869fcb09d4ce5b3;hpb=e28334017c94c6928dd7e82436cec171f0243747;p=qmk_firmware.git diff --git a/.gitignore b/.gitignore index 8b8c45169..849143352 100644 --- a/.gitignore +++ b/.gitignore @@ -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,16 @@ keyboard/planck/dfu-programmer.exe tags *~ build/ +.build/ *.bak .vagrant/ +.idea/ +CMakeLists.txt .DS_STORE -# Eclipse Settings +# Eclipse/PyCharm/Other IDE Settings .cproject .project .settings/ - +.idea +.browse.VC.db* \ No newline at end of file