X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.gitignore;h=153fea093cd58deced4af9fd3b7c2b002a67c5b9;hb=77099c777aa34e07548f64928d5d233c4cf35a5e;hp=bae2658b00894e2892591127265be6555a9af24b;hpb=5259f36d03acec1a67d4e8fb63ad05d039ff753b;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