From d8522768902e4564374c6a4df791771662927853 Mon Sep 17 00:00:00 2001 From: dgelessus <dgelessus@users.noreply.github.com> Date: Wed, 5 Jul 2023 16:57:13 +0200 Subject: [PATCH] Add .tycho-consumer-pom.xml to .gitignore These are generated temporarily while the Tycho build is running. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9835ed5..1929ddb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.class .gradle +.tycho-consumer-pom.xml **/build **/lib **/target -- GitLab