[PATCH] gitk-git/.gitignore: add rule for gitk-wish
From: Ramkumar Ramachandra <hidden>
Date: 2016-06-15 22:55:56
8f26aa4 (Makefile: remove tracking of TCLTK_PATH, 2012-12-18) removed "/gitk-git/gitk-wish" from the toplevel .gitignore, with the intent of moving it to gitk-git/.gitignore in a later patch. This was never realized. Signed-off-by: Ramkumar Ramachandra <redacted> --- Minor patch, so I didn't bother sending it through Paul. gitk-git/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 gitk-git/.gitignore
diff --git a/gitk-git/.gitignore b/gitk-git/.gitignore
new file mode 100644
index 0000000..1dc38be
--- /dev/null
+++ b/gitk-git/.gitignore@@ -0,0 +1 @@ +/gitk-wish
--
1.7.10.4