Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Oakley <philipoakley@iee.org>2019-07-29 23:08:14 +0300
committerJunio C Hamano <gitster@pobox.com>2019-07-30 00:51:43 +0300
commit516dfb84163ba5317eba0ad3103267986c9e4ae2 (patch)
treec7b8ac69cde9709b94e2f94698aaa2735b7b4a08
parentb18ae14a8f6da9a04d0a6e4698d8ccea4afb546d (diff)
.gitignore: touch up the entries regarding Visual Studio
Add the Microsoft .manifest pattern, and do not anchor the 'Debug' and 'Release' entries at the top-level directory, to allow for multiple projects (one per target). Signed-off-by: Philip Oakley <philipoakley@iee.org> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index e096e0a51c1..e7bb15d301e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -230,6 +230,7 @@
*.ipdb
*.dll
.vs/
-/Debug/
-/Release/
+*.manifest
+Debug/
+Release/
*.dSYM