diff options
author | Thomas Wolf <thomas.wolf@paranor.ch> | 2021-11-15 10:37:36 +0100 |
---|---|---|
committer | Thomas Wolf <thomas.wolf@paranor.ch> | 2021-11-15 10:37:36 +0100 |
commit | ffb5cac361b1c6751f392dd2bce773cb5571b846 (patch) | |
tree | e9b4948a89377d64bab7e3a75805932704553cf1 /org.eclipse.jgit.ssh.apache.agent | |
parent | e7838b9c080011817ddb59c53298237a9c24a7a6 (diff) | |
download | jgit-ffb5cac361b1c6751f392dd2bce773cb5571b846.tar.gz jgit-ffb5cac361b1c6751f392dd2bce773cb5571b846.zip |
Add missing .gitignore in o.e.j.ssh.apache.agent
Ignore /bin and /target.
Change-Id: I38f3748273b5243c54e010bfceac745084755f45
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'org.eclipse.jgit.ssh.apache.agent')
-rw-r--r-- | org.eclipse.jgit.ssh.apache.agent/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.jgit.ssh.apache.agent/.gitignore b/org.eclipse.jgit.ssh.apache.agent/.gitignore new file mode 100644 index 0000000000..934e0e06ff --- /dev/null +++ b/org.eclipse.jgit.ssh.apache.agent/.gitignore @@ -0,0 +1,2 @@ +/bin +/target |