mirror of
https://github.com/git/git.git
synced 2026-01-22 00:16:01 +00:00
.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:
committed by
Jameson Miller
parent
ad297025bf
commit
f15200cea4
5
.gitignore
vendored
5
.gitignore
vendored
@@ -224,5 +224,6 @@
|
||||
*.pdb
|
||||
*.ilk
|
||||
.vs/
|
||||
/Debug/
|
||||
/Release/
|
||||
*.manifest
|
||||
Debug/
|
||||
Release/
|
||||
|
||||
Reference in New Issue
Block a user