X-Git-Url: https://git.donarmstrong.com/?p=qmk_firmware.git;a=blobdiff_plain;f=.gitignore;h=140bf4aa7e4bae1bff1bb578778b26949c19f69e;hp=a91b62a5ae3cd4a41b0c12f776c040a18da4ffe9;hb=6af77551c67c846b06c596cbd367d66c755f8051;hpb=039cc8c93225083eddd39305c87b6dc600fb9e34 diff --git a/.gitignore b/.gitignore index a91b62a5a..140bf4aa7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.history/ .dep *.o *.bin @@ -23,6 +24,7 @@ quantum/version.h .idea/ CMakeLists.txt cmake-build-debug +doxygen/ .DS_STORE /util/wsl_downloaded /util/win_downloaded @@ -42,15 +44,19 @@ cmake-build-debug .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 @@ -64,3 +70,6 @@ util/Win_Check_Output.txt secrets.tar id_rsa_* /.vs + +# python things +__pycache__