Skip to content

Commit 4881919

Browse files
Philip Oakleydscho
Philip Oakley
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 eb1be42 commit 4881919

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
@@ -227,5 +227,6 @@
227227
*.ipdb
228228
*.dll
229229
.vs/
230-
/Debug/
231-
/Release/
230+
*.manifest
231+
Debug/
232+
Release/

0 commit comments

Comments
 (0)