1
0
forked from aniani/vim

patch 8.1.1290: .hgignore and .gitignore are either distributed or in git

Problem:    .hgignore and .gitignore are either distributed or in git, not
            both.
Solution:   Add .gitignore to the distribution and .hgignore to git.  Update
            the entries. (Christian Brabandt, Ken Takata)
This commit is contained in:
Bram Moolenaar
2019-05-07 21:48:51 +02:00
parent b6cb26ffe1
commit fd31e45e4b
4 changed files with 123 additions and 4 deletions

View File

@@ -3,6 +3,7 @@
# source files for all source archives
SRC_ALL = \
.gitignore \
.hgignore \
.lgtm.yml \
.travis.yml \