Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 9f94b36

Browse files
author
Philip Oakley
committed
.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).
1 parent 3ed2925 commit 9f94b36

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,5 +242,6 @@
242242
*.user
243243
*.idb
244244
*.pdb
245-
/Debug/
246-
/Release/
245+
*.manifest
246+
**/Debug/
247+
**/Release/

0 commit comments

Comments
 (0)