Parcourir la source

Workaround git eol hell

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1531501 13f79535-47bb-0310-9956-ffa450edef68
Luke Lu il y a 11 ans
Parent
commit
b83364d1c7
1 fichiers modifiés avec 5 ajouts et 4 suppressions
  1. 5 4
      .gitattributes

+ 5 - 4
.gitattributes

@@ -13,7 +13,8 @@
 
 
 *.sh     text eol=lf
 *.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