Author: markt
Date: Tue Oct 25 21:34:21 2011
New Revision: 1188930
URL: http://svn.apache.org/viewvc?rev=1188930&view=rev
Log:
Git ignores empty directories and the unit tests require this directory to be
present for the welcome file tests to pass. The presence of this file doesn't
break the unit tests.
Added:
tomcat/trunk/test/webapp-3.0/welcome-files/sub/.gitignore
Added: tomcat/trunk/test/webapp-3.0/welcome-files/sub/.gitignore
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/webapp-3.0/welcome-files/sub/.gitignore?rev=1188930&view=auto
==============================================================================
--- tomcat/trunk/test/webapp-3.0/welcome-files/sub/.gitignore (added)
+++ tomcat/trunk/test/webapp-3.0/welcome-files/sub/.gitignore Tue Oct 25
21:34:21 2011
@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]