From 3ba16057ef5ce7520a4dc703d24d71c52f205383 Mon Sep 17 00:00:00 2001 From: dgelessus <dgelessus@users.noreply.github.com> Date: Wed, 28 Feb 2024 14:04:18 +0100 Subject: [PATCH] Add a Tycho temp file to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ce254b76..57032a57 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ pom.xml updatesite/ **/lib/dependencies/ de.prob.core/prob/ -build/ \ No newline at end of file +build/ +.tycho-consumer-pom.xml \ No newline at end of file -- GitLab