[openssl-commits] [openssl] OpenSSL_1_0_0-stable update

Matt Caswell matt at openssl.org
Fri Jan 9 11:34:32 UTC 2015


The branch OpenSSL_1_0_0-stable has been updated
       via  e9cb6eb1d379c62b75e16d0e12a0b939323befc5 (commit)
      from  181ae2badb8620c65075b70d5ca1f9c18891d290 (commit)


- Log -----------------------------------------------------------------
commit e9cb6eb1d379c62b75e16d0e12a0b939323befc5
Author: Matt Caswell <matt at openssl.org>
Date:   Fri Jan 9 10:19:10 2015 +0000

    Update .gitignore with windows files to be excluded from git
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>
    
    Conflicts:
    	.gitignore
    
    (cherry picked from commit 04f670cf3d8f22e0d197a071d2db536fb7ebd9c7)

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

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

diff --git a/.gitignore b/.gitignore
index 5a8a402..ce7e59e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 # Object files
 *.o
+*.obj
 
 # editor artefacts
 *.swp
@@ -77,3 +78,15 @@ Makefile.save
 *.bak
 tags
 TAGS
+
+# Windows
+/tmp32dll
+/out32dll
+/inc32
+/MINFO
+ms/bcb.mak
+ms/libeay32.def
+ms/nt.mak
+ms/ntdll.mak
+ms/ssleay32.def
+ms/version32.rc


More information about the openssl-commits mailing list