You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2011/10/19 15:30:57 UTC

svn commit: r1186206 - /maven/sandbox/trunk/.gitignore

Author: olamy
Date: Wed Oct 19 13:30:57 2011
New Revision: 1186206

URL: http://svn.apache.org/viewvc?rev=1186206&view=rev
Log:
add a basic .gitignore

Added:
    maven/sandbox/trunk/.gitignore

Added: maven/sandbox/trunk/.gitignore
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/.gitignore?rev=1186206&view=auto
==============================================================================
--- maven/sandbox/trunk/.gitignore (added)
+++ maven/sandbox/trunk/.gitignore Wed Oct 19 13:30:57 2011
@@ -0,0 +1,8 @@
+target
+#idea
+*.iml
+*.idea
+#eclipse
+.classpath
+.project
+.settings