This is an automated email from the ASF dual-hosted git repository.

kkolinko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new b2e3596  .gitignore - Add .ant-targets-build.xml file to gitignore.
b2e3596 is described below

commit b2e359661e5ac68a1e017325a0e4450180a7d8c6
Author: Konstantin Kolinko <kkoli...@apache.org>
AuthorDate: Sat Nov 23 19:32:11 2019 +0300

    .gitignore - Add .ant-targets-build.xml file to gitignore.
    
    I see that an ".ant-targets-build.xml" file was occasionally committed in 
3c3cf997d48601ad3124cc55a2f80c89c8dbfa14 in 7.0.x branch. I think that it does 
not belong to the source code and that it is better to ignore this file.
    
    By the way, ".ant-targets-build.xml" was a plain text file and not a valid 
XML one.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 69822ba..08b1edc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,7 @@ output
 work
 build.properties
 mvn.properties
+.ant-targets-build.xml
 .checkstyle
 .classpath
 .fbprefs


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

Reply via email to