comparison Filelist @ 16574:cabfcd0f8012 v8.1.1290

patch 8.1.1290: .hgignore and .gitignore are either distributed or in git commit https://github.com/vim/vim/commit/fd31e45e4bccd7070d02e4d20bcab1f45b271600 Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 7 21:48:51 2019 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Tue, 07 May 2019 22:00:05 +0200
parents 7ae2396cef62
children 09f560dde6be
comparison
equal deleted inserted replaced
16573:23b28ec23103 16574:cabfcd0f8012
1 # List of distributed Vim files. 1 # List of distributed Vim files.
2 # Used by Makefile. 2 # Used by Makefile.
3 3
4 # source files for all source archives 4 # source files for all source archives
5 SRC_ALL = \ 5 SRC_ALL = \
6 .gitignore \
6 .hgignore \ 7 .hgignore \
7 .lgtm.yml \ 8 .lgtm.yml \
8 .travis.yml \ 9 .travis.yml \
9 appveyor.yml \ 10 appveyor.yml \
10 ci/appveyor.bat \ 11 ci/appveyor.bat \