[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Wed Apr 8 15:17:03 UTC 2015


The branch master has been updated
       via  37d92b1b2bb6e6e04d62d6f7774a2d8190a99174 (commit)
      from  2da2a4349c1598ad0648405fe175e7846d893c45 (commit)


- Log -----------------------------------------------------------------
commit 37d92b1b2bb6e6e04d62d6f7774a2d8190a99174
Author: Richard Levitte <levitte at openssl.org>
Date:   Wed Apr 1 11:36:18 2015 +0200

    Ignore the non-dll windows specific build directories
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>

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

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

diff --git a/.gitignore b/.gitignore
index 9f85632..77f8d21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -93,8 +93,12 @@ cscope.out
 *.d
 
 # Windows
+/tmp32
+/tmp32.dbg
 /tmp32dll
 /tmp32dll.dbg
+/out32
+/out32.dbg
 /out32dll
 /out32dll.dbg
 /inc32


More information about the openssl-commits mailing list