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