X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.gitignore;h=8491433524d9c7c8b1f0878995c8fc7fb2616bfc;hb=f4cb84c9402cd58628b6cf895fc24fc34fcffdbd;hp=49eb2d5587e6c5c62e0180f7bf73f35cbe2da6b7;hpb=c753bfcc144e4158a1e683c2c93b32667dc08388;p=qmk_firmware.git diff --git a/.gitignore b/.gitignore index 49eb2d558..849143352 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,5 +14,16 @@ tags *~ build/ +.build/ *.bak .vagrant/ +.idea/ +CMakeLists.txt +.DS_STORE + +# Eclipse/PyCharm/Other IDE Settings +.cproject +.project +.settings/ +.idea +.browse.VC.db* \ No newline at end of file