msvc: ignore .dll and incremental compile output

Ignore .dll files copied into the top-level directory.
Ignore MSVC incremental compiler output files.

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Jeff Hostetler 2016-11-08 11:00:01 +01:00 коммит произвёл Johannes Schindelin
Родитель c60f733328
Коммит 2db49eecd3
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -226,6 +226,11 @@
*.user
*.idb
*.pdb
*.ilk
*.iobj
*.ipdb
*.dll
.vs/
/Debug/
/Release/
*.dSYM