Sean Cross
6df64495e3
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>
13 lines
78 B
Plaintext
13 lines
78 B
Plaintext
.obj/
|
|
.swp
|
|
.swo
|
|
*~
|
|
*.bin
|
|
*.dfu
|
|
*.ihex
|
|
*.elf
|
|
.vscode/
|
|
build/
|
|
__pycache__/
|
|
.env
|