1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-22 13:28:32 +03:00

Add generated man pages to the .gitignore file

This commit is contained in:
Frank LENORMAND 2016-02-09 11:54:04 +02:00
parent 3d24badc1a
commit 1a9022ea92

2
.gitignore vendored
View File

@ -2,6 +2,8 @@
.*.d .*.d
*.pyc *.pyc
src/kak src/kak
doc/kak.1.gz
doc/manpages/*.gz
tags tags
GPATH GPATH
GRTAGS GRTAGS