diff options
author | Peter Mosmans <petermosmans@github.com> | 2015-08-24 21:13:48 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2015-08-24 21:58:26 +0200 |
commit | e0d26bb36d4b903149c418eacf2e8f47fab38f67 (patch) | |
tree | 2c8795f5274c12db27baef0c50dd6287178b3a96 /.gitignore | |
parent | RT4015: Add missing date to CHANGES (diff) | |
download | openssl-e0d26bb36d4b903149c418eacf2e8f47fab38f67.tar.xz openssl-e0d26bb36d4b903149c418eacf2e8f47fab38f67.zip |
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 |