fomu-factory-test/.gitignore
Sean Cross 6df64495e3 git: add attributes and ignore
We've had a lot of trouble with differing line endings.  Add a
gitattributes file to force Unix-style line endings.

Additionally, add various well-known extensions to a gitignore file.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-05-22 11:14:26 +08:00

13 lines
78 B
Plaintext

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