.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 <philipoakley@iee.org>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Philip Oakley 2015-07-19 16:02:40 +01:00 коммит произвёл Johannes Schindelin
Родитель fcfabc9e57
Коммит b14716e9bc
1 изменённых файлов: 3 добавлений и 2 удалений

5
.gitignore поставляемый
Просмотреть файл

@ -231,6 +231,7 @@
*.ipdb
*.dll
.vs/
/Debug/
/Release/
*.manifest
Debug/
Release/
*.dSYM