From 7dba9cb04b483dac98c2660b17d82b31f526d1c3 Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Sat, 23 May 2015 18:39:51 -0700 Subject: [PATCH] Expand .gitignore for so files The existing lines weren't catching libmapnik.so.3.0.0 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b090f4c25..0293feec8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ *.pyc *.os *.so +*.so.* *.a *.swp *.dylib