o Splitted .gitattributes

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1027905 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2010-10-27 10:46:45 +00:00
parent 21611f899a
commit e79d41e749
2 changed files with 6 additions and 6 deletions

9
.gitattributes vendored
View File

@ -1,6 +1,3 @@
*.java ident
*.jar -text -crlf
*.graffle -text -crlf
apache-maven/src/bin/mvn eol=lf crlf=input
apache-maven/src/bin/mvnDebug eol=lf crlf=input
apache-maven/src/bin/mvnyjp eol=lf crlf=input
*.java ident
*.jar -text -crlf
*.graffle -text -crlf

3
apache-maven/src/bin/.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
mvn eol=lf crlf=input
mvnDebug eol=lf crlf=input
mvnyjp eol=lf crlf=input