update one shot keys link (#7020)
[jackhill/qmk/firmware.git] / .gitignore
index a8dd97e..1f8f9dc 100644 (file)
@@ -1,3 +1,4 @@
+.history/
 .dep
 *.o
 *.bin
@@ -23,7 +24,8 @@ quantum/version.h
 .idea/
 CMakeLists.txt
 cmake-build-debug
-.DS_STORE
+doxygen/
+.DS_Store
 /util/wsl_downloaded
 /util/win_downloaded
 /keyboards/*/Makefile
@@ -42,6 +44,7 @@ cmake-build-debug
 .project
 .settings/
 .idea
+*.iml
 .browse.VC.db*
 *.stackdump
 util/Win_Check_Output.txt
@@ -51,6 +54,7 @@ util/Win_Check_Output.txt
 .vscode/tasks.json
 .vscode/last.sql
 .vscode/temp.sql
+.vscode/ipch/
 .stfolder
 .tags
 
@@ -65,4 +69,7 @@ util/Win_Check_Output.txt
 # things travis sees
 secrets.tar
 id_rsa_*
-/.vs
\ No newline at end of file
+/.vs
+
+# python things
+__pycache__