Add the Microsoft .manifest pattern, and correct the generic 'Debug' and 'Release' directory patterns which were mechanically adjusted way back in c591d5f (gitignore: root most patterns at the top-level directory, 2009-10-26) to allow multi-level projects within the Git suite. Signed-off-by: Philip Oakley <philipoakley@xxxxxxx> --- Junio's correction http://marc.info/?l=git&m=143524522500906&w=2 (2015-06-25) --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a685ec1..91e75ee 100644 --- a/.gitignore +++ b/.gitignore @@ -247,5 +247,6 @@ *.user *.idb *.pdb -/Debug/ -/Release/ +*.manifest +Debug/ +Release/ -- 2.4.2.windows.1.5.gd32afb6 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html