This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 414d50614d Update excludes list
414d50614d is described below
commit 414d50614dc6c82971b391620bd6366c424e13ab
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Aug 16 11:10:05 2024 +0100
Update excludes list
---
res/rat/rat-excludes.txt | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/res/rat/rat-excludes.txt b/res/rat/rat-excludes.txt
index ea3d721a98..aeea015af8 100644
--- a/res/rat/rat-excludes.txt
+++ b/res/rat/rat-excludes.txt
@@ -46,7 +46,7 @@
- files used simply to ensure directories are not empty
- - *.bmp, *.dia files are binary
+ - *.bmp, *.dia and *.vpd files are binary
(*.gif, *.jpg are also binary, but are automatically detected by RAT as
ones, so no explicit configuration is needed)
@@ -100,6 +100,7 @@ output/dist/src/test/webapp/bug53257/*.txt
output/dist/src/test/webapp/bug53257/foo bar/foobar.txt
output/dist/src/test/webapp/bug66609/a&a.txt
output/dist/src/test/webapp/bug66609/b'b.txt
+output/dist/src/test/webapp/jsp/ok.html
output/dist/src/test/webapp-fragments/WEB-INF/classes/*.txt
output/dist/src/test/webresources/dir1/d1/d1-f1.txt
output/dist/src/test/webresources/dir1/d2/d2-f1.txt
@@ -118,6 +119,7 @@ test/webapp/bug53257/*.txt
test/webapp/bug53257/foo bar/foobar.txt
test/webapp/bug66609/a&a.txt
test/webapp/bug66609/b'b.txt
+test/webapp/jsp/ok.html
test/webapp-fragments/WEB-INF/classes/*.txt
test/webresources/dir1/d1/d1-f1.txt
test/webresources/dir1/d2/d2-f1.txt
@@ -205,6 +207,7 @@ output/dist/temp/safeToDelete.tmp
**/*.bmp
**/*.dia
+**/*.vpd
**/*.md
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]