Skip to content

Commit a04cf04

Browse files
Philip Oakleydscho
authored andcommitted
.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 <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 8776c38 commit a04cf04

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
@@ -233,6 +233,7 @@
233233
*.ipdb
234234
*.dll
235235
.vs/
236-
/Debug/
237-
/Release/
236+
*.manifest
237+
Debug/
238+
Release/
238239
*.dSYM

0 commit comments

Comments
 (0)