diff options
author | 2006-08-06 12:47:33 +0200 | |
---|---|---|
committer | 2006-08-06 13:38:14 -0700 | |
commit | 403ccc4f36101ca5084e659a8c3c9911ccc91de8 (patch) | |
tree | 9096b33456a7674cd6ae1dd793ec43513fdf2695 /.gitignore | |
parent | gitweb: Refactor untabifying - converting tabs to spaces (diff) | |
download | tgif-403ccc4f36101ca5084e659a8c3c9911ccc91de8.tar.xz |
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 |