Add .gitattributes to avoid Windows line ending issues with autocrlf

This commit is contained in:
Pete Batard 2011-03-08 17:12:33 +00:00 committed by Peter Stuge
parent 61c120f025
commit 356e312511

3
.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
*.sh eol=lf
*.ac eol=lf
*.am eol=lf