You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2011/02/20 18:00:19 UTC

svn commit: r1072633 - in /maven/core-integration-testing/trunk: .gitattributes .gitignore

Author: bentmann
Date: Sun Feb 20 17:00:19 2011
New Revision: 1072633

URL: http://svn.apache.org/viewvc?rev=1072633&view=rev
Log:
o Added git config files

Added:
    maven/core-integration-testing/trunk/.gitattributes
    maven/core-integration-testing/trunk/.gitignore

Added: maven/core-integration-testing/trunk/.gitattributes
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/.gitattributes?rev=1072633&view=auto
==============================================================================
--- maven/core-integration-testing/trunk/.gitattributes (added)
+++ maven/core-integration-testing/trunk/.gitattributes Sun Feb 20 17:00:19 2011
@@ -0,0 +1,2 @@
+*.java             ident
+*.jar              -text -crlf

Added: maven/core-integration-testing/trunk/.gitignore
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/.gitignore?rev=1072633&view=auto
==============================================================================
--- maven/core-integration-testing/trunk/.gitignore (added)
+++ maven/core-integration-testing/trunk/.gitignore Sun Feb 20 17:00:19 2011
@@ -0,0 +1,7 @@
+.svn/
+target/
+.project
+.classpath
+.settings/
+bin/
+*.ipr