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.
This commit is contained in:
Steven Chan 2019-02-02 12:07:52 -08:00
parent 5c0175d90a
commit 090a17433f

1
.gitignore vendored
View File

@ -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