.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>

Philip Oakley committed Jul 29, 2019 at 13:08 UTC 516dfb84163ba5317eba0ad3103267986c9e4ae2
1 file changed +3 -2
.gitignore
+3 -2
@@ -230,6 +230,7 @@
230 *.ipdb
231 *.dll
232 .vs/
233 -/Debug/
234 -/Release/
233 +*.manifest
234 +Debug/
235 +Release/
236 *.dSYM