X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.gitignore;h=8491433524d9c7c8b1f0878995c8fc7fb2616bfc;hb=abe8bfa3a6b4dfdf7f561c8028de807c0951d2f8;hp=f3f46872a07e990dcf0f8dca6c8de554d0fdce66;hpb=363950982a291c3bfa03ac6362061b1d37dc06b0;p=qmk_firmware.git diff --git a/.gitignore b/.gitignore index f3f46872a..849143352 100644 --- a/.gitignore +++ b/.gitignore @@ -3,11 +3,27 @@ *.eep *.elf *.hex +!util/bootloader.hex +!quantum/tools/eeprom_reset.hex +*.log *.lss *.lst *.map *.sym +*.swp tags *~ build/ +.build/ *.bak +.vagrant/ +.idea/ +CMakeLists.txt +.DS_STORE + +# Eclipse/PyCharm/Other IDE Settings +.cproject +.project +.settings/ +.idea +.browse.VC.db* \ No newline at end of file