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>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Jeff Hostetler 2019-06-25 07:49:42 -07:00 коммит произвёл Junio C Hamano
Родитель f6a6393771
Коммит 54b6110a9b
1 изменённых файлов: 5 добавлений и 0 удалений

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

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