Skip to content

Commit 516dfb8

Browse files
Philip Oakleygitster
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]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b18ae14 commit 516dfb8

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
@@ -230,6 +230,7 @@
230230
*.ipdb
231231
*.dll
232232
.vs/
233-
/Debug/
234-
/Release/
233+
*.manifest
234+
Debug/
235+
Release/
235236
*.dSYM

0 commit comments

Comments
 (0)