X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.gitignore;h=1ff0f2fa98be40892faf3f615e75037cfbbf436b;hb=649b33d7783cf3021928534b7ae127e0a89e8807;hp=bae2658b00894e2892591127265be6555a9af24b;hpb=10ab4eff069d024c4bb6399c2d71812d80f052be;p=qmk_firmware.git diff --git a/.gitignore b/.gitignore index bae2658b0..1ff0f2fa9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,13 @@ +keyboards/planck/dfu-programmer.exe .dep *.o *.eep *.elf -*.hex +/*.hex +/keyboards/**/*.hex +/keyboards/**/keymaps/**/*.hex +!/keyboards/**/keymaps/**/compiled.hex +*.log *.lss *.lst *.map @@ -11,4 +16,15 @@ tags *~ build/ +.build/ *.bak +.vagrant/ +.idea/ +CMakeLists.txt +.DS_STORE + +# Eclipse/PyCharm/Other IDE Settings +.cproject +.project +.settings/ +.idea