initial commit
Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
commit
2afca97177
6
.gitattributes
vendored
Normal file
6
.gitattributes
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
*.h text eol=lf
|
||||
*.c text eol=lf
|
||||
*.S text eol=lf
|
||||
Makefile text eol=lf
|
||||
*.mak text eol=lf
|
||||
*.mk text eol=lf
|
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
|
||||
# Swap files
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
*.bin
|
||||
*.dfu
|
||||
*.ihex
|
||||
*.elf
|
||||
|
||||
# Editor files
|
||||
.vscode/
|
||||
.env
|
||||
|
||||
build/
|
||||
.obj/
|
||||
*.o
|
||||
|
||||
*.pyc
|
||||
__pycache__/
|
Loading…
Reference in New Issue
Block a user