From ffb5cac361b1c6751f392dd2bce773cb5571b846 Mon Sep 17 00:00:00 2001 From: Thomas Wolf Date: Mon, 15 Nov 2021 10:37:36 +0100 Subject: [PATCH] Add missing .gitignore in o.e.j.ssh.apache.agent Ignore /bin and /target. Change-Id: I38f3748273b5243c54e010bfceac745084755f45 Signed-off-by: Thomas Wolf --- org.eclipse.jgit.ssh.apache.agent/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 org.eclipse.jgit.ssh.apache.agent/.gitignore diff --git a/org.eclipse.jgit.ssh.apache.agent/.gitignore b/org.eclipse.jgit.ssh.apache.agent/.gitignore new file mode 100644 index 000000000..934e0e06f --- /dev/null +++ b/org.eclipse.jgit.ssh.apache.agent/.gitignore @@ -0,0 +1,2 @@ +/bin +/target