[TIG PATCH] Ignore generated manpages.
From: Brian Gernhardt <hidden>
Date: 2016-06-15 22:43:19
Adds tig.1 and tigrc.5 to .gitignore Signed-off-by: Brian Gernhardt <redacted> --- A simple change that will help me from committing man pages by accident. ;-) .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index f7ab840..9bc5de5 100644
--- a/.gitignore
+++ b/.gitignore@@ -4,3 +4,5 @@ manual.toc tig tig.spec tig-*.tar.gz +tig.1 +tigrc.5
--
1.5.3.rc0