diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-01-02 16:53:13 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-01-02 16:53:13 +0100 |
commit | a72514945bc3edd4fc4d745004e37c5d5487c98d (patch) | |
tree | 8be6f3c985e10ae5c3741e5af54beab49a54648b /Filelist | |
parent | 7e6a515ed14e204fafb3dd6e98f2fb543e64aedd (diff) | |
download | vim-git-a72514945bc3edd4fc4d745004e37c5d5487c98d.tar.gz |
patch 8.2.2276: list of distributed files is outdatedv8.2.2276
Problem: List of distributed files is outdated.
Solution: Update the file list. Minor comment updates.
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -3,20 +3,23 @@ # source files for all source archives SRC_ALL = \ - .gitignore \ + .cirrus.yml \ + .coveralls.yml .gitattributes \ + .github/CODEOWNERS \ + .github/workflows/ci.yml \ + .github/workflows/codeql-analysis.yml \ + .gitignore \ .hgignore \ .lgtm.yml \ .travis.yml \ - .cirrus.yml \ - .github/workflows/ci.yml \ - .github/workflows/codeql-analysis.yml \ - .github/CODEOWNERS \ appveyor.yml \ ci/appveyor.bat \ + ci/build-snd-dummy.sh \ + ci/config.mk*.sed \ ci/if_ver*.vim \ ci/load-snd-dummy.sh \ - ci/config.mk*.sed \ + ci/setup-xvfb.sh \ src/Make_all.mak \ src/README.md \ src/alloc.h \ |