Author: kkolinko
Date: Mon Jul 7 09:15:03 2014
New Revision: 1608382
URL: http://svn.apache.org/r1608382
Log:
CTR
Use ".*" pattern in svn:ignore property, like it is already done in tc7.0.x and
trunk.
I want to ignore ".git" directory.
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
Propchange: tomcat/tc6.0.x/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Jul 7 09:15:03 2014
@@ -1,6 +1,4 @@
-.classpath
-.project
-.settings
+.*
output
build.properties
work
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]