From: Richard Levitte Date: Tue, 25 Apr 2017 16:29:04 +0000 (+0200) Subject: Ignore all .a files, not just the top ones X-Git-Tag: OpenSSL_1_1_1-pre1~1680 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=645c694d85c8f48c74e7db8730ead874656c781e Ignore all .a files, not just the top ones Reviewed-by: Rich Salz --- diff --git a/.gitignore b/.gitignore index bf4a9dedf2..e613e4d8a0 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ /Makefile.orig /MINFO /TABLE -/*.a /*.pc /rehash.time /inc.* @@ -148,7 +147,8 @@ Makefile # Certificate symbolic links *.0 -# All kinds of executables +# All kinds of libraries and executables +*.a *.so *.so.* *.dylib