add .gitattributes to repo

This commit is contained in:
Mark W. Kidd 2019-02-08 12:25:13 -05:00
parent 910e51d5a4
commit c5f9e0a8f6

14
.gitattributes vendored Normal file
View File

@ -0,0 +1,14 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Declare files that will always have LF Unix-style line endings on checkout.
*.c text eol=lf
*.h text eol=lf
*.in text eol=lf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.zip binary
*.cfg binary
*.nv binary