X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.gitignore;h=e40308193c88c320c86fc3b1d0af7d70e86a5e0e;hb=7b5f02aa6a6d5c4fe4bff0d32c2dbb0abf20e51c;hp=9f9d39491dd7aedf8150ca3672cff93c9f409d7e;hpb=60b30c036397cb5627fa374bb930794b225daa29;p=qmk_firmware.git diff --git a/.gitignore b/.gitignore index 9f9d39491..e40308193 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,44 @@ +.dep *.o -*.d +*.bin +*.eep *.elf *.hex -*.eep -*.sym -*.bin +!util/bootloader.hex +!quantum/tools/eeprom_reset.hex +*.log *.lss +*.lst *.map +*.sym +*.swp +tags +*~ +build/ +.build/ *.bak -*.class -Documentation/ -LUFA/StudioIntegration/ProjectGenerator/* -LUFA/StudioIntegration/DocBook/* -!LUFA/StudioIntegration/Docbook/mshelp/* +.vagrant/ +quantum/version.h +.idea/ +CMakeLists.txt +.DS_STORE +/util/wsl_downloaded +/util/win_downloaded + +# Eclipse/PyCharm/Other IDE Settings +.cproject +.project +.settings/ +.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