[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

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


The branch OpenSSL_1_0_2-stable has been updated
       via  04f670cf3d8f22e0d197a071d2db536fb7ebd9c7 (commit)
      from  5cee72382c5e79d4c7c021fac1aeeb244c5c19fa (commit)


- Log -----------------------------------------------------------------
commit 04f670cf3d8f22e0d197a071d2db536fb7ebd9c7
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

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

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

diff --git a/.gitignore b/.gitignore
index 9658a7a..d8dbed7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 # Object files
 *.o
+*.obj
 
 # editor artefacts
 *.swp
@@ -82,3 +83,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