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>
Jeff Hostetler committed
Jun 25, 2019 at 07:49 UTC
54b6110a9b2e11847e62d36f64ef80fd38009772
1 file changed
+5
.gitignore
+5
@@ -223,6 +223,11 @@
223
*.user
224
*.idb
225
*.pdb
226
+*.ilk
227
+*.iobj
228
+*.ipdb
229
+*.dll
230
+.vs/
231
/Debug/
232
/Release/
233
*.dSYM