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
commit 90c1b01ac5ab0b484d1a13c85096a2e9c39635de 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 aeea015af8..e64ee48e5b 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 @@ -204,11 +206,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