comparison .hgignore @ 24689:2e6cc2bf37d8 v8.2.2883

patch 8.2.2883: MS-Windows manifest file name is misleading Commit: https://github.com/vim/vim/commit/e97c7c962ca0fd7cad0d157f1762eb5cc5887fca Author: matveyt <matthewtarasov@gmail.com> Date: Mon May 24 18:48:27 2021 +0200 patch 8.2.2883: MS-Windows manifest file name is misleading Problem: MS-Windows manifest file name is misleading. Solution: Rename the file. (closes https://github.com/vim/vim/issues/8241)
author Bram Moolenaar <Bram@vim.org>
date Mon, 24 May 2021 19:00:04 +0200
parents af70e0c2b3cd
children 7aeaf20e2ba5
comparison
equal deleted inserted replaced
24688:56929100c771 24689:2e6cc2bf37d8
24 src/auto/pathdef.c 24 src/auto/pathdef.c
25 25
26 # Windows 26 # Windows
27 *.exe 27 *.exe
28 *.idb 28 *.idb
29 *.manifest
30 *.exp 29 *.exp
31 *.map 30 *.map
32 *.obj 31 *.obj
33 *.pdb 32 *.pdb
34 *.ilk 33 *.ilk