msvc: ignore .dll and incremental compile output
authorJeff Hostetler <jeffhost@microsoft.com>
Tue, 25 Jun 2019 14:49:42 +0000 (07:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Jun 2019 17:46:58 +0000 (10:46 -0700)
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>
.gitignore
index 4470d7cfc0ae72991116f8d1b65fb03e35e88bdf..30536f04d62cf6b393824906b12fc0d1b4be6365 100644 (file)
 *.user
 *.idb
 *.pdb
+*.ilk
+*.iobj
+*.ipdb
+*.dll
+.vs/
 /Debug/
 /Release/
 *.dSYM