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>
This commit is contained in:
parent
1b5fd89699
commit
6df64495e3
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
* text eol=lf
|
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
.obj/
|
||||
.swp
|
||||
.swo
|
||||
*~
|
||||
*.bin
|
||||
*.dfu
|
||||
*.ihex
|
||||
*.elf
|
||||
.vscode/
|
||||
build/
|
||||
__pycache__/
|
||||
.env
|
Loading…
Reference in New Issue
Block a user