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

markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new cfde3f9794 Update excludes list
cfde3f9794 is described below

commit cfde3f9794cd8a9874717079fe94624227979ed3
Author: Mark Thomas <ma...@apache.org>
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 f4dc296306..e4460c1f65 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
@@ -248,6 +250,7 @@ output/dist/temp/safeToDelete.tmp
 
 **/*.bmp
 **/*.dia
+**/*.vpd
 
 **/*.md
 


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

Reply via email to