summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2019-09-05 11:16:33 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-09-05 17:46:55 (GMT)
commitaac6ff7b5beeea9bca66ecda6eec60fc1dd447ec (patch)
tree0b5ca0f7a972662171854709eaeca83368435ca9 /.gitignore
parentb91408400757d021b10876c36280ef891b502420 (diff)
downloadgit-aac6ff7b5beeea9bca66ecda6eec60fc1dd447ec.zip
git-aac6ff7b5beeea9bca66ecda6eec60fc1dd447ec.tar.gz
git-aac6ff7b5beeea9bca66ecda6eec60fc1dd447ec.tar.bz2
.gitignore: stop ignoring `.manifest` files
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 `.manifest` files. At least _some_ Visual Studio versions auto-generate `.manifest` files when none is specified explicitly, therefore we used to ask Git to ignore them. However, we do have a beautiful `.manifest` file now: `compat/win32/git.manifest`, so neither does Visual Studio auto-generate a manifest for us, nor do we want Git to ignore the `.manifest` files anymore. 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 <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index fcfb708..6929604 100644
--- a/.gitignore
+++ b/.gitignore
@@ -230,7 +230,6 @@
*.ipdb
*.dll
.vs/
-*.manifest
Debug/
Release/
/UpgradeLog*.htm