This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new ed0788f5c3 Add additional exclusions ed0788f5c3 is described below commit ed0788f5c37762e6fce1d6dfaaee30a1d8c71ebc Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Oct 17 14:29:03 2023 +0100 Add additional exclusions These are developer specific files that should not be part of the release. --- build.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.xml b/build.xml index 6032f5a900..6db53e552c 100644 --- a/build.xml +++ b/build.xml @@ -2451,7 +2451,9 @@ <filename name="**/.settings/**" /> <filename name="**/.classpath"/> <filename name="**/.checkstyle"/> + <filename name="**/.pmd"/> <filename name="**/.project"/> + <filename name="**/.sdkmanrc"/> <filename name="**/nbproject/**"/> <filename name="**/output/**"/> <!-- Commented out, because --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org