X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.gitignore;h=7b15615625c1bf9ceaabe07af4e139ec1c5104f0;hb=e58dd1a09a908934e7de1ed839f58634f20bc9fb;hp=6511d7fc72a560b7c81054daa3d05eb255eca3f6;hpb=fe56fffe7d70e706432a1d1f6315a7978390e57b;p=qmk_firmware.git diff --git a/.gitignore b/.gitignore index 6511d7fc7..7b1561562 100644 --- a/.gitignore +++ b/.gitignore @@ -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__