From e8630b7dc7e6b6bc1c4995bf90794efa3c06cced Mon Sep 17 00:00:00 2001 From: Jan Keim Date: Wed, 13 Apr 2022 18:09:30 +0200 Subject: [PATCH] update gitignore ignore flattened poms --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4ab4024d7..bc7c120eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +.flattened-pom.xml + tests/src/test/resources/testout/* tests/src/test/resources/config.properties @@ -111,4 +113,4 @@ pipeline/src/main/resources/evaluations/ # jetbrains config .idea -*.iml \ No newline at end of file +*.iml