fomu-workshop/.gitignore
Sean Cross 6862a659f9 gitignore: ignore pyc and test/
Signed-off-by: Sean Cross <sean@xobs.io>
2019-06-19 12:42:12 -07:00

14 lines
91 B
Plaintext

.obj/
*.swp
*.swo
*~
*.bin
*.dfu
*.ihex
*.elf
.vscode/
build/
__pycache__/
*.pyc
test/
.env