diff options
author | Christian Couder <chriscool@tuxfamily.org> | 2013-01-23 12:00:35 -0800 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2013-01-30 21:12:16 +1100 |
commit | a8b38d95715c4bfacca7ddac67f7eb51a4cf5055 (patch) | |
tree | 304adcf33f5685f0ec9f79165e50c8b1a4cdbb60 /.gitignore | |
parent | gitk: Display important heads even when there are many (diff) | |
download | tgif-a8b38d95715c4bfacca7ddac67f7eb51a4cf5055.tar.xz |
gitk: Ignore gitk-wish buildproduct
gitk, when bound into the git.git project tree, used to live at the
root level, but in 62ba514 (Move gitk to its own subdirectory,
2007-11-17) it was moved to a subdirectory. The code used to track
changes to TCLTK_PATH (which should cause gitk to be rebuilt to
point at the new interpreter) was left in the main Makefile instead
of being moved to the new Makefile that was created for the gitk
project.
Also add .gitignore file to list build artifacts for the gitk
project.
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..d7ebcaf366 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/GIT-TCLTK-VARS +/gitk-wish |