This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/main by this push: new eb31aa1b77 Add `.mvn/extensions.xml` to `.gitignore` eb31aa1b77 is described below commit eb31aa1b77581aff2664ab4665d06081a715bdfb Author: Piotr P. Karwasz <pkarwasz-git...@apache.org> AuthorDate: Wed Apr 9 08:32:02 2025 +0200 Add `.mvn/extensions.xml` to `.gitignore` --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1f3e4b5fd1..4d38289e43 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,5 @@ felix-cache/ node node_modules package-lock.json +# Maven extensions +/.mvn/extensions.xml