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

Richard Levitte levitte at openssl.org
Mon Aug 31 23:20:28 UTC 2015


The branch OpenSSL_0_9_8-stable has been updated
       via  1cbe0ff56900126fbf67ff03b1fd2e84c2a61f69 (commit)
      from  0d6ebdf48658f8fb0d170e5aff895f534a749c0c (commit)


- Log -----------------------------------------------------------------
commit 1cbe0ff56900126fbf67ff03b1fd2e84c2a61f69
Author: Richard Levitte <levitte at openssl.org>
Date:   Mon Aug 31 21:45:56 2015 +0200

    Ignore .dir-locals.el
    
    Because we recently encourage people to have a .dir-locals.el, it's a good
    idea to ignore it on a git level.
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (cherry picked from commit d7c02691a5e6f2716759eacb6f48c39f15ee57c8)

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

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

diff --git a/.gitignore b/.gitignore
index eca3192..a62e586 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@
 .#*
 #*#
 *~
+/.dir-locals.el
 
 # Top level excludes
 /Makefile.bak


More information about the openssl-commits mailing list