X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.gitignore;h=07bbf13db1229e1c011943ee1a38be75ef08ab6a;hb=7eefb34e7c4f162b9568ff880d0e4e5214e1b9c9;hp=ae342167dfc214faadf7abd4790b2c5912475ce2;hpb=11c591c30dc8743b1980f6f639f26cbe250181e7;p=qmk_firmware.git diff --git a/.gitignore b/.gitignore index ae342167d..07bbf13db 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,11 +14,18 @@ tags *~ build/ +.build/ *.bak .vagrant/ +quantum/version.h +.idea/ +CMakeLists.txt .DS_STORE -# Eclipse Settings +# Eclipse/PyCharm/Other IDE Settings .cproject .project -.settings/ \ No newline at end of file +.settings/ +.idea +.browse.VC.db* +*.stackdump