[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Mon Aug 24 19:58:33 UTC 2015
The branch master has been updated
via e0d26bb36d4b903149c418eacf2e8f47fab38f67 (commit)
from a847130696532ae0a2d3884daefdd8ac6cecdfdc (commit)
- Log -----------------------------------------------------------------
commit e0d26bb36d4b903149c418eacf2e8f47fab38f67
Author: Peter Mosmans <petermosmans at github.com>
Date: Mon Aug 24 15:13:48 2015 -0400
GH337: Need backslash before leading #
Signed-off-by: Rich Salz <rsalz at akamai.com>
Reviewed-by: Richard Levitte <levitte at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 1ac7f75..44340bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,7 +5,7 @@
# editor artefacts
*.swp
.#*
-#*#
+\#*#
*~
# Top level excludes
More information about the openssl-commits
mailing list