From e79d41e7495cdcc0af463c5810968e385d247855 Mon Sep 17 00:00:00 2001 From: Benjamin Bentmann Date: Wed, 27 Oct 2010 10:46:45 +0000 Subject: [PATCH] o Splitted .gitattributes git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1027905 13f79535-47bb-0310-9956-ffa450edef68 --- .gitattributes | 9 +++------ apache-maven/src/bin/.gitattributes | 3 +++ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 apache-maven/src/bin/.gitattributes diff --git a/.gitattributes b/.gitattributes index 6fa2c1136f..9203de39e5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/apache-maven/src/bin/.gitattributes b/apache-maven/src/bin/.gitattributes new file mode 100644 index 0000000000..9bd630ef45 --- /dev/null +++ b/apache-maven/src/bin/.gitattributes @@ -0,0 +1,3 @@ +mvn eol=lf crlf=input +mvnDebug eol=lf crlf=input +mvnyjp eol=lf crlf=input