diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-09-11 22:35:30 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-09-11 22:35:30 -0700 |
commit | 85cdaa468d9449bbc5889ba94359c77ccafb65cd (patch) | |
tree | 432cd81fbff004c10d4c94a4ad341342e91cb1c6 /.gitignore | |
parent | 2d14d65ce7b136b0fb18dcf27e5caff67829f658 (diff) | |
download | git-85cdaa468d9449bbc5889ba94359c77ccafb65cd.tar.gz |
Makefile: remove remnant of separate http/https/ftp helpers
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 096857e42d..46c26cd010 100644 --- a/.gitignore +++ b/.gitignore @@ -104,9 +104,7 @@ git-receive-pack git-reflog git-relink git-remote -git-remote-ftp -git-remote-http -git-remote-https +git-remote-curl git-repack git-repo-config git-request-pull |