X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.gitignore;h=76d09a6806abdcc54702c80f2a83d2b3fe3a18cc;hb=eda5e84164f3e1a78b83b7c77bf344ebbf03bce8;hp=1e19ce9a873079ed65be07fbf01cd1c93ff23d09;hpb=b694fb3417a5e8845ed8b465811f0b8f569a4b57;p=qmk_firmware.git diff --git a/.gitignore b/.gitignore index 1e19ce9a8..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,6 +16,15 @@ tags *~ build/ +.build/ *.bak .vagrant/ -.DS_STORE \ No newline at end of file +.idea/ +CMakeLists.txt +.DS_STORE + +# Eclipse/PyCharm/Other IDE Settings +.cproject +.project +.settings/ +.idea