From 090a17433fd3480e50b6b32105c24ad43a72cbdc Mon Sep 17 00:00:00 2001 From: Steven Chan Date: Sat, 2 Feb 2019 12:07:52 -0800 Subject: [PATCH] git should not ignore doc/kak.1 In the past, the 'make man' used a2x to generate doc/kak.1 and therefore, git ignored it. But a fix for #2504 changed the kak.1 nroff file to a source file. --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7add1765..b3b9e32d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,6 @@ src/kak src/kak.debug src/kak.opt src/.version* -doc/kak.1 doc/kak.1.gz doc/manpages/*.gz tags