X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.gitignore;h=76d09a6806abdcc54702c80f2a83d2b3fe3a18cc;hb=eda5e84164f3e1a78b83b7c77bf344ebbf03bce8;hp=bae2658b00894e2892591127265be6555a9af24b;hpb=5259f36d03acec1a67d4e8fb63ad05d039ff753b;p=qmk_firmware.git diff --git a/.gitignore b/.gitignore index bae2658b0..76d09a680 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,13 @@ +keyboard/planck/dfu-programmer.exe .dep *.o *.eep *.elf -*.hex +/*.hex +/keyboard/**/*.hex +/keyboard/**/keymaps/**/*.hex +!/keyboard/**/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