X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=.gitignore;h=1ff0f2fa98be40892faf3f615e75037cfbbf436b;hb=ba116ceb496011bb35ce074a3ba8c2448f059260;hp=1e19ce9a873079ed65be07fbf01cd1c93ff23d09;hpb=9e075e28be959a5b9343ebf5e6668c6d654600e3;p=qmk_firmware.git diff --git a/.gitignore b/.gitignore index 1e19ce9a8..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,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