diff options
author | Peter Mosmans <petermosmans@github.com> | 2015-08-24 15:13:48 -0400 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2015-08-24 15:58:26 -0400 |
commit | e0d26bb36d4b903149c418eacf2e8f47fab38f67 (patch) | |
tree | 2c8795f5274c12db27baef0c50dd6287178b3a96 /.gitignore | |
parent | a847130696532ae0a2d3884daefdd8ac6cecdfdc (diff) | |
download | openssl-new-e0d26bb36d4b903149c418eacf2e8f47fab38f67.tar.gz |
GH337: Need backslash before leading #
Signed-off-by: Rich Salz <rsalz@akamai.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 1ac7f75cba..44340bfb8f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ # editor artefacts *.swp .#* -#*# +\#*# *~ # Top level excludes |