You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
668 B
40 lines
668 B
# Text for humans
|
|
LICENSE text eol=lf
|
|
HACKING text eol=lf
|
|
COPYING text eol=lf
|
|
UsingSWO text eol=lf
|
|
README.* text eol=lf
|
|
|
|
# Source code
|
|
Makefile text eol=lf
|
|
*.mk text eol=lf
|
|
*.mak text eol=lf
|
|
*.inc text eol=lf
|
|
*.py text eol=lf
|
|
*.sh text eol=lf
|
|
*.c text eol=lf
|
|
*.S text eol=lf
|
|
*.s text eol=lf
|
|
*.h text eol=lf
|
|
*.ld text eol=lf
|
|
*.yml text eol=lf
|
|
*.rules text eol=lf
|
|
|
|
# Git control files
|
|
.gitattributes eol=lf
|
|
.gitignore eol=lf
|
|
.gitmodules eol=lf
|
|
|
|
# Windows source code uses CRLF
|
|
*.vcxproj text eol=crlf
|
|
*.props text eol=crlf
|
|
*.bat text eol=crlf
|
|
*.ps1 text eol=crlf
|
|
*.inf text eol=crlf
|
|
|
|
# Other binary files
|
|
*.png binary
|
|
*.jpg binary
|
|
*.bin binary
|
|
*.elf binary
|
|
*.bin binary
|
|
|