Re: [PATCH 1/1] .gitignore: stop ignoring `.manifest` files

2019-09-05 Thread Junio C Hamano
"Johannes Schindelin via GitGitGadget" writes: > ... > Further reading on auto-generated `.manifest` files: > https://docs.microsoft.com/en-us/cpp/build/manifest-generation-in-visual-studio > > Signed-off-by: Johannes Schindelin > --- > .gitignore | 1 - > 1 file changed, 1 deletion(-) Thanks.

[PATCH 1/1] .gitignore: stop ignoring `.manifest` files

2019-09-05 Thread Johannes Schindelin via GitGitGadget
From: Johannes Schindelin On Windows, it is possible to embed additional metadata into an executable by linking in a "manifest", i.e. an XML document that describes capabilities and requirements (such as minimum or maximum Windows version). These XML documents are expected to be stored in `.manif