From: Viktor Dukhovni Date: Sat, 31 May 2014 04:27:49 +0000 (-0400) Subject: Ignore more compiler artifacts X-Git-Tag: v3.0.0-RC1~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=179ef499b77881cfd5d0f2447e7a8a69ca44bc24;p=thirdparty%2Fpostfix.git Ignore more compiler artifacts --- diff --git a/.gitignore b/.gitignore index 404b0b420..114219516 100644 --- a/.gitignore +++ b/.gitignore @@ -2,14 +2,18 @@ *.o *.a *.dylib +*.dylib.* *.so -lib*.so.* +*.so.* +*.dSYM # Test by-products *.db *.out *.tmp +dynamicmaps.cf.* + # Makefiles are generated, the top-level Makefile is a copy of # Makefile.init, included in the release, but need not be versioned. Makefile