X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.gitignore;h=153fea093cd58deced4af9fd3b7c2b002a67c5b9;hb=2c3fcc6c08bf03aef17f7ed74394539187a9c734;hp=1e19ce9a873079ed65be07fbf01cd1c93ff23d09;hpb=b694fb3417a5e8845ed8b465811f0b8f569a4b57;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