diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-05-07 21:48:51 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-05-07 21:48:51 +0200 |
commit | fd31e45e4bccd7070d02e4d20bcab1f45b271600 (patch) | |
tree | f56c0e7f801f5a9370fd4bf41654850cdad0961e /Filelist | |
parent | b6cb26ffe1795ae62d8235960dccf517c2b2ed45 (diff) | |
download | vim-git-fd31e45e4bccd7070d02e4d20bcab1f45b271600.tar.gz |
patch 8.1.1290: .hgignore and .gitignore are either distributed or in gitv8.1.1290
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)
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ # source files for all source archives SRC_ALL = \ + .gitignore \ .hgignore \ .lgtm.yml \ .travis.yml \ |