[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Tue Aug 25 16:19:47 UTC 2015


The branch master has been updated
       via  d6dfa55038fdb948cb214adf634f379eeb859f5d (commit)
      from  fe50cd7ad4051086d98e792c35810074f449182e (commit)


- Log -----------------------------------------------------------------
commit d6dfa55038fdb948cb214adf634f379eeb859f5d
Author: Chris Watts <cwatts1 at us.ibm.com>
Date:   Mon Aug 24 15:56:31 2015 -0700

    Ignore generated *.S ARM assembly files
    
    Signed-off-by: Rich Salz <rsalz at akamai.com>
    Reviewed-by: Emilia Käsper <emilia at openssl.org>

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

Summary of changes:
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 44340bf..ac1c4c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,6 +41,7 @@
 
 # Auto generated assembly language source files
 *.s
+*.S
 !/crypto/bn/asm/pa-risc2.s
 !/crypto/bn/asm/pa-risc2W.s
 crypto/aes/asm/a_win32.asm


More information about the openssl-commits mailing list