[openssl-commits] [openssl] OpenSSL_0_9_8-stable update

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


The branch OpenSSL_0_9_8-stable has been updated
       via  aa9296e331f8ad9770838ad8e9179e22b96feb08 (commit)
      from  bc253b0902b171895b93ab2e63971ce6f32e9c51 (commit)


- Log -----------------------------------------------------------------
commit aa9296e331f8ad9770838ad8e9179e22b96feb08
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)
    
    Conflicts:
    	.gitignore

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

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

diff --git a/.gitignore b/.gitignore
index a9fcf4e..d5c728a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 # Object files
 *.o
+*.obj
 
 # editor artefacts
 *.swp
@@ -75,3 +76,15 @@
 lib
 Makefile.save
 *.bak
+
+# 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