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 75dfbeb57d Ignore PMD plugin configuration. Order *.zzz entries
75dfbeb57d is described below
commit 75dfbeb57d9e1d0e875e5d21a02870de0658af31
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Sep 22 15:54:45 2023 +0100
Ignore PMD plugin configuration. Order *.zzz entries
---
.gitignore | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index ec9537f9cb..ba6d197deb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,14 +29,15 @@ mvn.properties
.externalToolBuilders
.fbprefs
.idea
+.pmd
.project
.sdkmanrc
.settings
.vscode
+*.asc
*.iml
*.ipr
*.iws
-*.asc
*.jj
*.tmp
maven-resolver-ant-tasks-*.jar
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]