gitk: Ignore gitk-wish buildproduct
commita8b38d95715c4bfacca7ddac67f7eb51a4cf5055
authorChristian Couder <chriscool@tuxfamily.org>
Wed, 23 Jan 2013 20:00:35 +0000 (23 12:00 -0800)
committerPaul Mackerras <paulus@samba.org>
Wed, 30 Jan 2013 10:12:16 +0000 (30 21:12 +1100)
tree304adcf33f5685f0ec9f79165e50c8b1a4cdbb60
parent386befb773e2b4a7cc31135f22555e27597392c1
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>
.gitignore [new file with mode: 0644]
Makefile