diff options
author | Rene Scharfe <rene.scharfe@lsrfire.ath.cx> | 2006-08-27 13:19:49 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-27 23:32:07 -0700 |
commit | 370e0966ef4abff81f08c9ea5c7d167eb0b0d354 (patch) | |
tree | 0c9aaf8296b8e6057ac28055c037431af05a158d /.gitignore | |
parent | 4cac42b1324951579036a9d3ac403f5c2c3eeed8 (diff) | |
download | git-370e0966ef4abff81f08c9ea5c7d167eb0b0d354.tar.gz |
Add git-zip-tree to .gitignore
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
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 3da0e5e809..78cb671539 100644 --- a/.gitignore +++ b/.gitignore @@ -125,6 +125,7 @@ git-verify-pack git-verify-tag git-whatchanged git-write-tree +git-zip-tree git-core-*/?* gitweb/gitweb.cgi test-date |