From: Philip Oakley Date: Mon, 29 Jul 2019 20:08:14 +0000 (-0700) Subject: .gitignore: touch up the entries regarding Visual Studio X-Git-Tag: v2.23.0-rc1~2^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/516dfb84163ba5317eba0ad3103267986c9e4ae2?ds=inline;hp=--cc .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 Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- 516dfb84163ba5317eba0ad3103267986c9e4ae2 diff --git a/.gitignore b/.gitignore index e096e0a51c..e7bb15d301 100644 --- a/.gitignore +++ b/.gitignore @@ -230,6 +230,7 @@ *.ipdb *.dll .vs/ -/Debug/ -/Release/ +*.manifest +Debug/ +Release/ *.dSYM