.gitignore: improve MSVC ignore patterns

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@iee.org>
This commit is contained in:
Philip Oakley
2015-07-19 16:02:40 +01:00
committed by Jameson Miller
parent ad297025bf
commit f15200cea4

5
.gitignore vendored
View File

@@ -224,5 +224,6 @@
*.pdb
*.ilk
.vs/
/Debug/
/Release/
*.manifest
Debug/
Release/