From b35b581e7606e14ee142f5a56fd2481db445ee17 Mon Sep 17 00:00:00 2001 From: Matt Clarkson Date: Mon, 30 Mar 2015 12:37:22 +0100 Subject: [PATCH] Ignore windows shared libraries --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7651202d..b538747d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.a *.so *.so.?* +*.dll *.exe *.dylib *.cmake