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