X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=.gitignore;h=153fea093cd58deced4af9fd3b7c2b002a67c5b9;hb=fede822fce82e6350af5d0e599745166040563e6;hp=83f3f2da9695e81aba571b715b6ebc2444d43b2e;hpb=c7005cdfcf4e4a3fc4abd536afd9fb9a378994fb;p=qmk_firmware.git diff --git a/.gitignore b/.gitignore index 83f3f2da9..153fea093 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,10 @@ -keyboard/planck/dfu-programmer.exe .dep *.o *.eep *.elf *.hex +!util/bootloader.hex +!quantum/tools/eeprom_reset.hex *.log *.lss *.lst @@ -13,8 +14,10 @@ keyboard/planck/dfu-programmer.exe tags *~ build/ +.build/ *.bak .vagrant/ +quantum/version.h .idea/ CMakeLists.txt .DS_STORE @@ -24,3 +27,6 @@ CMakeLists.txt .project .settings/ .idea +.browse.VC.db* +*.stackdump +util/Win_Check_Output.txt