From 258c442e9a5219bd4f57aab50233c600e1936fb3 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 31 May 2017 14:58:41 -0700 Subject: [PATCH] Ignore flattened POMs Ignore flattened POM files which will be generated once the build has been reworked. See gh-9316 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 58617ee825..64aa048ea5 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ overridedb.* settings.xml target transaction-logs +.flattened-pom.xml