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 /Makefile.orig
/MINFO /MINFO
/TABLE /TABLE
/*.a
/*.pc /*.pc
/rehash.time /rehash.time
/inc.* /inc.*
@ -148,7 +147,8 @@ Makefile
# Certificate symbolic links # Certificate symbolic links
*.0 *.0
# All kinds of executables # All kinds of libraries and executables
*.a
*.so *.so
*.so.* *.so.*
*.dylib *.dylib