You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2012/08/15 13:16:51 UTC

svn commit: r1373336 - in /ant/core/trunk: ./ .gitignore

Author: hibou
Date: Wed Aug 15 11:16:51 2012
New Revision: 1373336

URL: http://svn.apache.org/viewvc?rev=1373336&view=rev
Log:
Add .gitignore for thoses like me who need to "commit" while being offline

Added:
    ant/core/trunk/.gitignore
Modified:
    ant/core/trunk/   (props changed)

Propchange: ant/core/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Aug 15 11:16:51 2012
@@ -16,3 +16,4 @@ patch.tar.gz
 patch.txt
 target
 velocity.log*
+.git

Added: ant/core/trunk/.gitignore
URL: http://svn.apache.org/viewvc/ant/core/trunk/.gitignore?rev=1373336&view=auto
==============================================================================
--- ant/core/trunk/.gitignore (added)
+++ ant/core/trunk/.gitignore Wed Aug 15 11:16:51 2012
@@ -0,0 +1,21 @@
+*.el
+*.ipr
+*.iws
+*.pif
+.ant.properties
+.classpath
+.project
+.settings
+bin
+apache-ant-1.*
+bootstrap
+build
+dist
+distribution
+java-repository
+patch.tar.gz
+patch.txt
+target
+velocity.log*
+lib/optional/*.jar
+src/tests/antunit/core/output
\ No newline at end of file