diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 46 |
1 files changed, 37 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore index 9f9d39491d..ffa7662bd7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,43 @@ +.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 + +# 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 |