Workaround git eol hell

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1531501 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luke Lu 2013-10-12 04:55:06 +00:00
parent 0840906699
commit b83364d1c7

9
.gitattributes vendored
View File

@ -13,7 +13,8 @@
*.sh text eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
*.csproj text merge=union eol=crlf
*.sln text merge=union eol=crlf
*.bat binary
*.cmd binary
*.vcxproj binary
*.csproj binary
*.sln binary