Add a .gitattributes file to make sure files for use on linux have linux style line-endings.

This commit is contained in:
Page 2014-04-27 21:50:25 +01:00 committed by Pablo Carranza Vélez
parent bb2bf83a93
commit 790f76a76f

6
.gitattributes vendored Normal file
View File

@ -0,0 +1,6 @@
# Set all files to use line feed endings (since we can't match only ones without an extension)
* eol=lf
# And then reset all the files with extensions back to default
*.* -eol
*.sh text eol=lf