diff options
author | matveyt <matthewtarasov@gmail.com> | 2021-05-24 18:48:27 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-05-24 18:48:27 +0200 |
commit | e97c7c962ca0fd7cad0d157f1762eb5cc5887fca (patch) | |
tree | 2d82c566de01059fe2993c8adaa9e1d0955ec24e /.gitignore | |
parent | 15bbb8f4f38d25d491d7dff83ef0552e2d442d5d (diff) | |
download | vim-git-e97c7c962ca0fd7cad0d157f1762eb5cc5887fca.tar.gz |
patch 8.2.2883: MS-Windows manifest file name is misleadingv8.2.2883
Problem: MS-Windows manifest file name is misleading.
Solution: Rename the file. (closes #8241)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 8623fdebf..8b2837782 100644 --- a/.gitignore +++ b/.gitignore @@ -25,7 +25,6 @@ src/auto/pathdef.c # Windows *.exe *.idb -*.manifest *.exp *.map *.obj |