kakoune/.gitignore
Steven Chan 090a17433f 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.
2019-02-08 14:21:42 -08:00

16 lines
133 B
Plaintext

*.o
.*.d
*.pyc
*.1-r
.*.kak.*
src/kak
src/kak.debug
src/kak.opt
src/.version*
doc/kak.1.gz
doc/manpages/*.gz
tags
GPATH
GRTAGS
GTAGS