Skip to content

Commit 2290116

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 0b1d319 commit 2290116

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
@@ -232,5 +232,6 @@
232232
*.ipdb
233233
*.dll
234234
.vs/
235-
/Debug/
236-
/Release/
235+
*.manifest
236+
Debug/
237+
Release/

0 commit comments

Comments
 (0)