X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.gitignore;h=e766619098775fd1e35f444ab19fd9e9a9926c76;hb=4cdcbdb861589ae23902d0e9cadcf27453623a79;hp=f66a961fd1bc8c5da26a3b71c4a38e732bca04a3;hpb=e5c7b5d8fc011eaadc31c69c76642bf81aeea152;p=qmk_firmware.git diff --git a/.gitignore b/.gitignore index f66a961fd..e76661909 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .dep *.o +*.bin *.eep *.elf *.hex @@ -21,6 +22,11 @@ quantum/version.h .idea/ CMakeLists.txt .DS_STORE +/util/wsl_downloaded +/util/win_downloaded +/keyboards/*/Makefile +/keyboards/*/*/Makefile +/keyboards/*/keymaps/Makefile # Eclipse/PyCharm/Other IDE Settings .cproject @@ -30,5 +36,19 @@ CMakeLists.txt .browse.VC.db* *.stackdump util/Win_Check_Output.txt -.vscode +# 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 + +# Do not ignore MiniDox left/right hand eeprom files +!keyboards/minidox/*.eep + +# things travis sees +secrets.tar +id_rsa_*