diff options
author | Junio C Hamano <junkio@cox.net> | 2007-03-04 15:36:08 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-03-04 15:36:08 -0800 |
commit | f98ef68faf81f10f89d9168c21acae71dd50c69e (patch) | |
tree | 6db98426880a8cf7ef5c11e1f34b35f2c02a156c | |
parent | builtin-fetch--tool: fix reflog notes. (diff) | |
download | tgif-f98ef68faf81f10f89d9168c21acae71dd50c69e.tar.xz |
.gitignore: add git-fetch--tool
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index eb8a1f8606..847f40a54e 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ git-diff-tree git-describe git-fast-import git-fetch +git-fetch--tool git-fetch-pack git-findtags git-fmt-merge-msg |