X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.gitignore;h=7b15615625c1bf9ceaabe07af4e139ec1c5104f0;hb=0082ecf1f3328eb45a865bf50d3f44ca632d9f7b;hp=799fb54def9b91240d89576c80717bd48e8f38d1;hpb=ed62c6e146e685e41e434e3335065b1205f41925;p=qmk_firmware.git diff --git a/.gitignore b/.gitignore index 799fb54de..7b1561562 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.history/ .dep *.o *.bin @@ -24,7 +25,7 @@ quantum/version.h CMakeLists.txt cmake-build-debug doxygen/ -.DS_STORE +.DS_Store /util/wsl_downloaded /util/win_downloaded /keyboards/*/Makefile @@ -53,13 +54,14 @@ util/Win_Check_Output.txt .vscode/tasks.json .vscode/last.sql .vscode/temp.sql +.vscode/ipch/ .stfolder .tags # ignore image files *.png -*.jpg *.gif +*.jpg # Do not ignore MiniDox left/right hand eeprom files !keyboards/minidox/*.eep @@ -68,3 +70,6 @@ util/Win_Check_Output.txt secrets.tar id_rsa_* /.vs + +# python things +__pycache__