From f8f75f8a52a30cf2a7d793ba15cd74410ba64534 Mon Sep 17 00:00:00 2001
From: Mykola Nikishov <mn@mn.com.ua>
Date: Thu, 10 Dec 2009 03:28:07 +0200
Subject: [PATCH] Ignore target/ folder and compile.org.eclipse.jgit.xml

target/ is for Maven build output
compile.org.eclipse.jgit.xml is generated on Export - Deployable Features

Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Change-Id: I557a95792fd45c3cfe37098e057c1e70660b3308
---
 org.eclipse.jgit-feature/.gitignore | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 org.eclipse.jgit-feature/.gitignore

diff --git a/org.eclipse.jgit-feature/.gitignore b/org.eclipse.jgit-feature/.gitignore
new file mode 100644
index 000000000..f78e24546
--- /dev/null
+++ b/org.eclipse.jgit-feature/.gitignore
@@ -0,0 +1,2 @@
+/target
+/compile.org.eclipse.jgit.xml
-- 
GitLab