[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Tue Apr 25 16:29:55 UTC 2017


The branch master has been updated
       via  645c694d85c8f48c74e7db8730ead874656c781e (commit)
      from  19044d3c22ffcb711e62db11634476917a0a58d9 (commit)


- Log -----------------------------------------------------------------
commit 645c694d85c8f48c74e7db8730ead874656c781e
Author: Richard Levitte <levitte at openssl.org>
Date:   Tue Apr 25 18:29:04 2017 +0200

    Ignore all .a files, not just the top ones
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 .gitignore | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index bf4a9de..e613e4d 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


More information about the openssl-commits mailing list