diff options
author | Matthias Kestenholz <matthias@spinlock.ch> | 2006-08-06 12:47:33 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-06 13:38:14 -0700 |
commit | 403ccc4f36101ca5084e659a8c3c9911ccc91de8 (patch) | |
tree | 9096b33456a7674cd6ae1dd793ec43513fdf2695 /.gitignore | |
parent | f16db173a4680aebc2f14c103a1e125c3f4d4531 (diff) | |
download | git-403ccc4f36101ca5084e659a8c3c9911ccc91de8.tar.gz |
Add gitweb.cgi to .gitignore
Signed-off-by: Matthias Kestenholz <matthias@spinlock.ch>
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 fb0fa3f16a..20df1f8b2f 100644 --- a/.gitignore +++ b/.gitignore @@ -125,6 +125,7 @@ git-verify-tag git-whatchanged git-write-tree git-core-*/?* +gitweb/gitweb.cgi test-date test-delta test-dump-cache-tree |