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/01 23:10:52 UTC

svn commit: r1178090 - /maven/plugin-tools/trunk/.gitignore

Author: olamy
Date: Sat Oct  1 21:10:51 2011
New Revision: 1178090

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

Added:
    maven/plugin-tools/trunk/.gitignore

Added: maven/plugin-tools/trunk/.gitignore
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/.gitignore?rev=1178090&view=auto
==============================================================================
--- maven/plugin-tools/trunk/.gitignore (added)
+++ maven/plugin-tools/trunk/.gitignore Sat Oct  1 21:10:51 2011
@@ -0,0 +1,9 @@
+target
+
+#idea
+*.iml
+
+#eclipse
+.classpath
+.project
+.settings