diff options
author | Shawn Pearce <spearce@spearce.org> | 2006-05-24 22:48:39 -0400 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-24 22:14:29 -0700 |
commit | 4acdeafe5e0eb3c7ccea0608032346ca6ffbb810 (patch) | |
tree | b73fe54cd1bdfbe07a11dca93555017e7e2e65e2 /.gitignore | |
parent | e686eba41f1d19a5731dd12cabe259fd3c17eed6 (diff) | |
download | git-4acdeafe5e0eb3c7ccea0608032346ca6ffbb810.tar.gz |
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 '.gitignore')
-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 |