X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.gitignore;h=9381f1afe48ec693c3da7a6747dc478d9b6ba9b3;hb=a7942c4f4893b0726566217a2cbe5c526483bd47;hp=1ff0f2fa98be40892faf3f615e75037cfbbf436b;hpb=649b33d7783cf3021928534b7ae127e0a89e8807;p=qmk_firmware.git diff --git a/.gitignore b/.gitignore index 1ff0f2fa9..9381f1afe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,11 @@ -keyboards/planck/dfu-programmer.exe .dep *.o +*.bin *.eep *.elf -/*.hex -/keyboards/**/*.hex -/keyboards/**/keymaps/**/*.hex -!/keyboards/**/keymaps/**/compiled.hex +*.hex +!util/bootloader.hex +!quantum/tools/eeprom_reset.hex *.log *.lss *.lst @@ -19,12 +18,24 @@ build/ .build/ *.bak .vagrant/ +quantum/version.h .idea/ CMakeLists.txt .DS_STORE +/util/wsl_downloaded # Eclipse/PyCharm/Other IDE Settings .cproject .project .settings/ .idea +.browse.VC.db* +*.stackdump +util/Win_Check_Output.txt +.vscode +.stfolder + +# ignore image files +*.png +*.jpg +*.gif \ No newline at end of file