X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.gitignore;h=f513ed3af3a5dd6329198e6c0666e045968892fa;hb=5960d0349c184ceec790a8c31a1f3b1edb5d8d72;hp=ae342167dfc214faadf7abd4790b2c5912475ce2;hpb=cae9993a25675cca5d91ffed34b64f46c2c7aacc;p=qmk_firmware.git diff --git a/.gitignore b/.gitignore index ae342167d..f513ed3af 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,12 @@ .dep *.o +*.bin *.eep *.elf *.hex +!util/bootloader.hex +!quantum/tools/eeprom_reset.hex +*.log *.lss *.lst *.map @@ -11,11 +15,44 @@ tags *~ build/ +.build/ *.bak .vagrant/ +quantum/version.h +.idea/ +CMakeLists.txt +cmake-build-debug .DS_STORE +/util/wsl_downloaded +/util/win_downloaded +/keyboards/*/Makefile +/keyboards/*/*/Makefile +/keyboards/*/keymaps/Makefile -# Eclipse Settings +# Eclipse/PyCharm/Other IDE Settings .cproject .project -.settings/ \ No newline at end of file +.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 +.vscode/last.sql +.vscode/temp.sql +.stfolder + +# ignore image files +*.png +*.jpg +*.gif + +# Do not ignore MiniDox left/right hand eeprom files +!keyboards/minidox/*.eep + +# things travis sees +secrets.tar +id_rsa_* +/.vs