This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push: new 5613161a0b Add `.mvn/extensions.xml` to `.gitignore` 5613161a0b is described below commit 5613161a0bacad1d2a81318504686095537da383 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 93556e9c3b..2f5bcffaf8 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,5 @@ felix-cache/ node node_modules package-lock.json +# Maven extensions +/.mvn/extensions.xml