This is an automated email from the ASF dual-hosted git repository.
kkolinko pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 55dd280 .gitignore - Add .ant-targets-build.xml file to gitignore.
55dd280 is described below
commit 55dd2807ecb3f468ba85432111ff9f17a2e93296
Author: Konstantin Kolinko <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]