diff options
author | Shawn Pearce <spearce@spearce.org> | 2006-05-25 04:48:39 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-25 07:14:29 +0200 |
commit | 4acdeafe5e0eb3c7ccea0608032346ca6ffbb810 (patch) | |
tree | b73fe54cd1bdfbe07a11dca93555017e7e2e65e2 /.gitignore | |
parent | ls-remote: fix rsync:// to report HEAD (diff) | |
download | git-4acdeafe5e0eb3c7ccea0608032346ca6ffbb810.tar.xz git-4acdeafe5e0eb3c7ccea0608032346ca6ffbb810.zip |
Built git-upload-tar should be ignored.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 199cc310a2..ec4c0dc3df 100644 --- a/.gitignore +++ b/.gitignore @@ -116,6 +116,7 @@ git-update-index git-update-ref git-update-server-info git-upload-pack +git-upload-tar git-var git-verify-pack git-verify-tag |