From 645c694d85c8f48c74e7db8730ead874656c781e Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 25 Apr 2017 18:29:04 +0200 Subject: Ignore all .a files, not just the top ones Reviewed-by: Rich Salz --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- cgit v1.2.3