You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by br...@apache.org on 2014/02/26 14:58:50 UTC

svn commit: r1572071 - /incubator/npanday/trunk/.gitignore

Author: brett
Date: Wed Feb 26 14:58:49 2014
New Revision: 1572071

URL: http://svn.apache.org/r1572071
Log:
ignore generated files

There is a pom-java.xml checked in, so need to use more specific ignore
paths for the others.

Modified:
    incubator/npanday/trunk/.gitignore

Modified: incubator/npanday/trunk/.gitignore
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/.gitignore?rev=1572071&r1=1572070&r2=1572071&view=diff
==============================================================================
--- incubator/npanday/trunk/.gitignore (original)
+++ incubator/npanday/trunk/.gitignore Wed Feb 26 14:58:49 2014
@@ -3,9 +3,9 @@ target
 *.ipr
 *.iws
 *.suo
-pom-java.xml
 *.csproj.user
 bin
 obj
 plugins/netplugins/*/src/main/java
+plugins/netplugins/*/pom-java.xml
 .idea