From 13da385aa7f5e9a9f52288fd7735d6dc806fab73 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 2 Sep 2012 13:07:14 +0200 Subject: prefer dynamic to static linking (linking a non-PIC .a library into a module is illegal, but on Linux!) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8945a1c..8d86f6e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ *.obj *.dllobj *.sho++ +*.so +*.so.* +*.sho *.db *.a *.lib -- cgit v1.2.3-54-g00ecf