Ignore all .a files, not just the top ones

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Richard Levitte 2017-04-25 18:29:04 +02:00
parent 19044d3c22
commit 645c694d85

4
.gitignore vendored
View File

@ -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