X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.gitignore;h=ffa7662bd7edc6a4122aebea09ac3f564528a52c;hb=62214986013ee6596afa55023f7a95a8527d910f;hp=07bbf13db1229e1c011943ee1a38be75ef08ab6a;hpb=dbac9f495469854fb64a424b171235e46161d799;p=qmk_firmware.git diff --git a/.gitignore b/.gitignore index 07bbf13db..ffa7662bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .dep *.o +*.bin *.eep *.elf *.hex @@ -21,6 +22,7 @@ quantum/version.h .idea/ CMakeLists.txt .DS_STORE +/util/wsl_downloaded # Eclipse/PyCharm/Other IDE Settings .cproject @@ -29,3 +31,13 @@ CMakeLists.txt .idea .browse.VC.db* *.stackdump +util/Win_Check_Output.txt +# Let these ones be user specific, since we have so many different configurations +.vscode/launch.json +.vscode/tasks.json +.stfolder + +# ignore image files +*.png +*.jpg +*.gif \ No newline at end of file