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

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

commit e13b0af2855c7eea4cc54cddc9dc44e5cad80b4e
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Jul 25 16:36:24 2025 +0100

    Add an additional exclude to RAT scan
---
 res/rat/rat-excludes.txt | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/res/rat/rat-excludes.txt b/res/rat/rat-excludes.txt
index 5dd744ec9b..837c8dc182 100644
--- a/res/rat/rat-excludes.txt
+++ b/res/rat/rat-excludes.txt
@@ -50,7 +50,9 @@
     (*.gif, *.jpg are also binary, but are automatically detected by RAT as
     ones, so no explicit configuration is needed)
 
-  - Markdown files for display in their GitHub UI
+  - IDE configuration files that can't contain headers
+
+  - Markdown files for display in the GitHub UI
 
   - Temporary cache files used by Checkstyle
 
@@ -264,11 +266,13 @@ res/checkstyle/header-al2.txt
 
 output/dist/temp/safeToDelete.tmp
 
-
 **/*.bmp
 **/*.dia
 **/*.vpd
 
+res/ide-support/idea/.name
+output/dist/src/res/ide-support/idea/.name
+
 **/*.md
 
 output/res/checkstyle/*


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

Reply via email to