X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.gitignore;h=7c1e434e3168348bd9caccd54a05b8a1dafbe2a5;hb=f4febd2cf7eb76ba2a76be1dfa48b7b5f4fd37ea;hp=ae342167dfc214faadf7abd4790b2c5912475ce2;hpb=34a7012a33cb17687a837990426e1058f34acb6d;p=qmk_firmware.git diff --git a/.gitignore b/.gitignore index ae342167d..7c1e434e3 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,15 @@ tags *~ build/ +.build/ *.bak .vagrant/ +.idea/ +CMakeLists.txt .DS_STORE -# Eclipse Settings +# Eclipse/PyCharm/Other IDE Settings .cproject .project -.settings/ \ No newline at end of file +.settings/ +.idea