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 2012/08/27 19:16:53 UTC

svn commit: r1377753 - /maven/plugins/trunk/.gitignore

Author: olamy
Date: Mon Aug 27 17:16:53 2012
New Revision: 1377753

URL: http://svn.apache.org/viewvc?rev=1377753&view=rev
Log:
gitignore directory produced by idea

Modified:
    maven/plugins/trunk/.gitignore

Modified: maven/plugins/trunk/.gitignore
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/.gitignore?rev=1377753&r1=1377752&r2=1377753&view=diff
==============================================================================
--- maven/plugins/trunk/.gitignore (original)
+++ maven/plugins/trunk/.gitignore Mon Aug 27 17:16:53 2012
@@ -1,8 +1,8 @@
-target
+target/
 .classpath
 .project
 .settings
 *.iml
 .idea
-
+out/
 .DS_Store