X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.gitignore;h=1abaeb21773570c6de528d0831d22cd3362c55a9;hb=05ceef2350dbd72f696d70b8a2567d048fa147dc;hp=8b8c45169dfbce194a603de23869fcb09d4ce5b3;hpb=74761626f56476036246768f490a1389d4cc2fca;p=qmk_firmware.git diff --git a/.gitignore b/.gitignore index 8b8c45169..1abaeb217 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,11 @@ -keyboard/planck/dfu-programmer.exe .dep *.o *.eep *.elf *.hex +!util/bootloader.hex +!quantum/tools/eeprom_reset.hex +*.log *.lss *.lst *.map @@ -12,12 +14,20 @@ keyboard/planck/dfu-programmer.exe tags *~ build/ +.build/ *.bak .vagrant/ +quantum/version.h +.idea/ +CMakeLists.txt .DS_STORE -# Eclipse Settings +# Eclipse/PyCharm/Other IDE Settings .cproject .project .settings/ - +.idea +.browse.VC.db* +*.stackdump +util/Win_Check_Output.txt +.vscode \ No newline at end of file