X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.gitignore;h=153fea093cd58deced4af9fd3b7c2b002a67c5b9;hb=387b94a6cf0f32dd0ff72e7ff09495e69cccd1fc;hp=bae2658b00894e2892591127265be6555a9af24b;hpb=7ba06c9e0dbc17cc46794b9961ff9290694d93df;p=qmk_firmware.git diff --git a/.gitignore b/.gitignore index bae2658b0..153fea093 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,4 +14,19 @@ tags *~ build/ +.build/ *.bak +.vagrant/ +quantum/version.h +.idea/ +CMakeLists.txt +.DS_STORE + +# Eclipse/PyCharm/Other IDE Settings +.cproject +.project +.settings/ +.idea +.browse.VC.db* +*.stackdump +util/Win_Check_Output.txt