This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 8bb72d97c1fe5cc217b6015ddb34909f29c915a4 Author: Volkan Yazıcı <[email protected]> AuthorDate: Fri Oct 20 13:35:43 2023 +0200 Ignore `.flattened-pom.xml` files introduced by the recent `logging-parent` update --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 33b002a2c9..621511406a 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ **/*.iml /.metadata/ /.mvn/wrapper/maven-wrapper.jar +.flattened-pom.xml .project .settings .surefire-*
