X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.gitignore;h=1ff0f2fa98be40892faf3f615e75037cfbbf436b;hb=649b33d7783cf3021928534b7ae127e0a89e8807;hp=293c4523908f07042e1436dc8e3c831060e79d5c;hpb=20711b59e7b72d0a1875c3d38832fade6f56445d;p=qmk_firmware.git diff --git a/.gitignore b/.gitignore index 293c45239..1ff0f2fa9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,30 @@ +keyboards/planck/dfu-programmer.exe .dep *.o *.eep *.elf -*.hex +/*.hex +/keyboards/**/*.hex +/keyboards/**/keymaps/**/*.hex +!/keyboards/**/keymaps/**/compiled.hex +*.log *.lss *.lst *.map *.sym +*.swp +tags +*~ +build/ +.build/ +*.bak +.vagrant/ +.idea/ +CMakeLists.txt +.DS_STORE + +# Eclipse/PyCharm/Other IDE Settings +.cproject +.project +.settings/ +.idea