X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.gitignore;h=8491433524d9c7c8b1f0878995c8fc7fb2616bfc;hb=d889648d5373b7ff77dc7bc4b369c628e8336b45;hp=1e19ce9a873079ed65be07fbf01cd1c93ff23d09;hpb=d33681aa221f368d10956f67596ab3dd0be92013;p=qmk_firmware.git diff --git a/.gitignore b/.gitignore index 1e19ce9a8..849143352 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ *.eep *.elf *.hex +!util/bootloader.hex +!quantum/tools/eeprom_reset.hex +*.log *.lss *.lst *.map @@ -11,6 +14,16 @@ 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 +.browse.VC.db* \ No newline at end of file