gitignore: ignore all elf, bin, and hex files

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2019-04-11 15:51:23 +08:00
parent 3b809e70f7
commit f30fbce79f

23
.gitignore vendored
View File

@ -1,11 +1,12 @@
.obj/
.swp
.swo
*~
/sw/foboot.bin
/sw/foboot.dfu
/sw/foboot.ihex
/sw/foboot.elf
build/
__pycache__/
.env
.obj/
.swp
.swo
*~
*.bin
*.dfu
*.ihex
*.elf
.vscode/
build/
__pycache__/
.env