From ff1c05a5c684a3bdb6084f78f053279dfe97e4e7 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 8 Nov 2016 11:00:01 +0100 Subject: [PATCH] msvc: ignore .dll files copied into the top-level directory Signed-off-by: Johannes Schindelin --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 11751c1e27..1dcccd769a 100644 --- a/.gitignore +++ b/.gitignore @@ -254,6 +254,7 @@ *.idb *.pdb *.ilk +*.dll .vs/ *.manifest Debug/