X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.gitignore;h=140bf4aa7e4bae1bff1bb578778b26949c19f69e;hb=2a231457bd494079c36cf3e07c9b887016adb491;hp=0b48b80e59552169388bd0a5cec97e1f6f7a2507;hpb=cecf783e145c4ca8e7737e8a1909bce946bc5a0f;p=qmk_firmware.git diff --git a/.gitignore b/.gitignore index 0b48b80e5..140bf4aa7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,11 @@ +.history/ .dep *.o *.bin *.eep *.elf *.hex +*.qmk !util/bootloader.hex !quantum/tools/eeprom_reset.hex *.log @@ -21,16 +23,53 @@ build/ quantum/version.h .idea/ CMakeLists.txt +cmake-build-debug +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 -.vscode +# 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 + +# Do not ignore MiniDox left/right hand eeprom files +!keyboards/minidox/*.eep + +# things travis sees +secrets.tar +id_rsa_* +/.vs + +# python things +__pycache__