comparison .gitignore @ 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 993d820196b9
children 18892907cef7
comparison
equal deleted inserted replaced
24688:56929100c771 24689:2e6cc2bf37d8
23 src/auto/pathdef.c 23 src/auto/pathdef.c
24 24
25 # Windows 25 # Windows
26 *.exe 26 *.exe
27 *.idb 27 *.idb
28 *.manifest
29 *.exp 28 *.exp
30 *.map 29 *.map
31 *.obj 30 *.obj
32 *.pdb 31 *.pdb
33 *.ilk 32 *.ilk