diff options
author | Mike Ralphson <mike@abacus.co.uk> | 2009-08-06 14:14:44 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-08-06 13:38:51 -0700 |
commit | f395cd06755c7563df7d0a0408807199c3f60635 (patch) | |
tree | 319ee94b3f2174ae1a317ed103c4dc03daebb09b | |
parent | 1088261f6fc90324014b5306cca4171987da85ce (diff) | |
download | git-f395cd06755c7563df7d0a0408807199c3f60635.tar.gz git-f395cd06755c7563df7d0a0408807199c3f60635.tar.xz |
Add transport native helper executables to .gitignore
Signed-off-by: Mike Ralphson <mike@abacus.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 41c0b20a7..096857e42 100644 --- a/.gitignore +++ b/.gitignore @@ -104,6 +104,9 @@ git-receive-pack git-reflog git-relink git-remote +git-remote-ftp +git-remote-http +git-remote-https git-repack git-repo-config git-request-pull |