.gitignore: touch up the entries regarding Visual Studio
authorPhilip Oakley <philipoakley@iee.org>
Mon, 29 Jul 2019 20:08:14 +0000 (13:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Jul 2019 21:51:43 +0000 (14:51 -0700)
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>
.gitignore
index e096e0a51c19966eb743454fab50d232441008ca..e7bb15d301e56a415fb6f7080eb2aec8f5a69e16 100644 (file)
 *.ipdb
 *.dll
 .vs/
-/Debug/
-/Release/
+*.manifest
+Debug/
+Release/
 *.dSYM