X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=.gitignore;h=8c85d6ffa8882c607fa4f91ba048e74ef466e8e3;hb=1442a882d4dd11eea033c34308c8adf49be53e95;hp=ae342167dfc214faadf7abd4790b2c5912475ce2;hpb=e63126ace2a6718353563ffe22e413340969ae8b;p=qmk_firmware.git diff --git a/.gitignore b/.gitignore index ae342167d..8c85d6ffa 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ *.eep *.elf *.hex +!util/bootloader.hex +!quantum/tools/eeprom_reset.hex +*.log *.lss *.lst *.map @@ -11,11 +14,17 @@ tags *~ build/ +.build/ *.bak .vagrant/ +quantum/version.h +.idea/ +CMakeLists.txt .DS_STORE -# Eclipse Settings +# Eclipse/PyCharm/Other IDE Settings .cproject .project -.settings/ \ No newline at end of file +.settings/ +.idea +.browse.VC.db*