X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.gitignore;h=fb73d7b7e9e606ca2b4a5e93a6380ebc85f0ad58;hb=5fd68266f5d90b2c7045f44f678d71b782907752;hp=f66a961fd1bc8c5da26a3b71c4a38e732bca04a3;hpb=b493f6a4ed14e74c268ae3d7a07577591fe71cc7;p=qmk_firmware.git diff --git a/.gitignore b/.gitignore index f66a961fd..fb73d7b7e 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,22 @@ 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 +.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