2013/12/19  <ma...@apache.org>:
> Author: markt
> Date: Thu Dec 19 12:43:10 2013
> New Revision: 1552296
>
> URL: http://svn.apache.org/r1552296
> Log:
> Add a git ignore file
>
> Added:
>     tomcat/tc6.0.x/trunk/.gitignore
>
> Added: tomcat/tc6.0.x/trunk/.gitignore
> URL: 
> http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/.gitignore?rev=1552296&view=auto
> ==============================================================================
> --- tomcat/tc6.0.x/trunk/.gitignore (added)
> +++ tomcat/tc6.0.x/trunk/.gitignore Thu Dec 19 12:43:10 2013
> @@ -0,0 +1,36 @@
> (...)
>

+1.

Note that build.xml of Tomcat 7 explicitly mentions the ".gitignore"
files so that they are included into the source distributions. It
starts with the following block, and ".gitignore" is also mentioned in
2 other places in that build.xml.

  <!-- Include .gitignore in src distributions. -->
  <!-- .git and .gitignore are in defaultexcludes since Ant 1.8.2 -->
  <defaultexcludes add="**/.git" />
  <defaultexcludes add="**/.git/**" />
  <defaultexcludes remove="**/.gitignore" />
  <!--<defaultexcludes echo="true" />-->


Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to