]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - .gitignore
[Keyboard] Add abnt2 layout to gh60 (#7371)
[qmk_firmware.git] / .gitignore
index 6511d7fc72a560b7c81054daa3d05eb255eca3f6..7b15615625c1bf9ceaabe07af4e139ec1c5104f0 100644 (file)
@@ -1,3 +1,4 @@
+.history/
 .dep
 *.o
 *.bin
@@ -23,32 +24,44 @@ quantum/version.h
 .idea/
 CMakeLists.txt
 cmake-build-debug
-.DS_STORE
+doxygen/
+.DS_Store
 /util/wsl_downloaded
 /util/win_downloaded
 /keyboards/*/Makefile
 /keyboards/*/*/Makefile
+/keyboards/*/*/*/Makefile
+/keyboards/*/*/*/*/Makefile
+/keyboards/*/*/*/*/*/Makefile
 /keyboards/*/keymaps/Makefile
+/keyboards/*/*/keymaps/Makefile
+/keyboards/*/*/*/keymaps/Makefile
+/keyboards/*/*/*/*/keymaps/Makefile
+/keyboards/*/*/*/*/*/keymaps/Makefile
 
 # Eclipse/PyCharm/Other IDE Settings
 .cproject
 .project
 .settings/
 .idea
+*.iml
 .browse.VC.db*
 *.stackdump
 util/Win_Check_Output.txt
 # Let these ones be user specific, since we have so many different configurations
+.vscode/c_cpp_properties.json
 .vscode/launch.json
 .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
@@ -57,3 +70,6 @@ util/Win_Check_Output.txt
 secrets.tar
 id_rsa_*
 /.vs
+
+# python things
+__pycache__