X-Git-Url: https://git.hcoop.net/jackhill/qmk/firmware.git/blobdiff_plain/c22f3ba3a2605280b81829a764c29c9e01ae674f..d81c0350aa8f119530a2164e0a551938ec638208:/.gitignore diff --git a/.gitignore b/.gitignore index b1f9277078..0e80cdb6c4 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 @@ -54,18 +54,22 @@ util/Win_Check_Output.txt .vscode/tasks.json .vscode/last.sql .vscode/temp.sql +.vscode/ipch/ .stfolder .tags # ignore image files *.png -*.jpg *.gif - -# Do not ignore MiniDox left/right hand eeprom files -!keyboards/minidox/*.eep +*.jpg # things travis sees secrets.tar id_rsa_* /.vs + +# python things +__pycache__ + +# prerequisites for updating ChibiOS +/util/fmpp*