From 60f37489528ce401c91b3613487f3929fd251753 Mon Sep 17 00:00:00 2001 From: Marco Miller Date: Tue, 20 Dec 2022 10:02:37 -0500 Subject: [PATCH] git: Ignore .polyglot.build.properties files generated by maven build These files are generated during a maven build. They are usually removed automatically by maven after the build. Git-ignore them because they are not meant to be under source control. Change-Id: If0273c25d0a324413d17bfbd1d6059956f49c1c1 Signed-off-by: Marco Miller Reviewed-on: https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/197773 Tested-by: Trace Compass Bot Tested-by: Bernd Hufmann Reviewed-by: Bernd Hufmann --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cff64eff51..e89cf1dd20 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # LC_COLLATE=C sort */.settings/org.sonar.ide.eclipse.core.prefs .DS_Store +.polyglot.build.properties bin/ target/ workspace/