diff options
author | Junio C Hamano <junkio@cox.net> | 2007-03-30 00:59:43 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-03-31 23:59:48 -0700 |
commit | 30551781938ec98811b8903b653c58ee95368fe4 (patch) | |
tree | a1fe6d1b3da3774a4ce1a6b0649729d52369b59f /.gitignore | |
parent | Eliminate checks of user-specified Tcl/Tk interpreter. (diff) | |
download | tgif-30551781938ec98811b8903b653c58ee95368fe4.tar.xz |
Optional Tck/Tk: ignore generated files.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e8d2731ee5..b39f78fcdf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ GIT-CFLAGS +GIT-GUI-VARS GIT-VERSION-FILE git git-add @@ -141,6 +142,7 @@ git-verify-tag git-whatchanged git-write-tree git-core-*/?* +gitk-wish gitweb/gitweb.cgi test-chmtime test-date |