Commit 645c694d authored by Richard Levitte's avatar Richard Levitte
Browse files

Ignore all .a files, not just the top ones



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 19044d3c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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