X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.gitignore;h=9381f1afe48ec693c3da7a6747dc478d9b6ba9b3;hb=91f3a73a280fcd237bef85e3a9f7308f274d102e;hp=f3f46872a07e990dcf0f8dca6c8de554d0fdce66;hpb=a074364c3731d66b56d988c8a6c960a83ea0e0a1;p=qmk_firmware.git diff --git a/.gitignore b/.gitignore index f3f46872a..9381f1afe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,41 @@ .dep *.o +*.bin *.eep *.elf *.hex +!util/bootloader.hex +!quantum/tools/eeprom_reset.hex +*.log *.lss *.lst *.map *.sym +*.swp tags *~ 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