X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.gitignore;h=153fea093cd58deced4af9fd3b7c2b002a67c5b9;hb=c593564acab7a0b1cca2c90bd0b1ffd9def59f05;hp=1e19ce9a873079ed65be07fbf01cd1c93ff23d09;hpb=67f14d938b1cc9fd6713d91a0995d51ee6818a80;p=qmk_firmware.git diff --git a/.gitignore b/.gitignore index 1e19ce9a8..153fea093 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,19 @@ tags *~ build/ +.build/ *.bak .vagrant/ -.DS_STORE \ No newline at end of file +quantum/version.h +.idea/ +CMakeLists.txt +.DS_STORE + +# Eclipse/PyCharm/Other IDE Settings +.cproject +.project +.settings/ +.idea +.browse.VC.db* +*.stackdump +util/Win_Check_Output.txt