aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 5 insertions, 2 deletions
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__