X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.gitignore;h=7b15615625c1bf9ceaabe07af4e139ec1c5104f0;hb=542cb0a8ce3f324c6bd46751d733daf86384a8f6;hp=7cd7fa8015e6d7ce65ef853d38cb5e80ffc920e3;hpb=5b9667a4bfae068f2b6d17156403e2135f4dbd3e;p=qmk_firmware.git diff --git a/.gitignore b/.gitignore index 7cd7fa801..7b1561562 100644 --- a/.gitignore +++ b/.gitignore @@ -25,7 +25,7 @@ quantum/version.h CMakeLists.txt cmake-build-debug doxygen/ -.DS_STORE +.DS_Store /util/wsl_downloaded /util/win_downloaded /keyboards/*/Makefile @@ -60,8 +60,8 @@ util/Win_Check_Output.txt # ignore image files *.png -*.jpg *.gif +*.jpg # Do not ignore MiniDox left/right hand eeprom files !keyboards/minidox/*.eep @@ -70,3 +70,6 @@ util/Win_Check_Output.txt secrets.tar id_rsa_* /.vs + +# python things +__pycache__