diff options
author | Ben Laurie <ben@links.org> | 2016-05-12 11:29:13 +0200 |
---|---|---|
committer | Ben Laurie <ben@links.org> | 2016-06-10 14:00:31 +0200 |
commit | d4a28f9cf82f0c80bd38903a923b40b1398c7631 (patch) | |
tree | 8f58e2f46d440fe8b6e626015c489204ca559dbd /.gitattributes | |
parent | Add fuzz corpora. (diff) | |
download | openssl-d4a28f9cf82f0c80bd38903a923b40b1398c7631.tar.xz openssl-d4a28f9cf82f0c80bd38903a923b40b1398c7631.zip |
Make corpora binary.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 1504fc6b89..f33e22acf6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ *.der binary +/fuzz/corpora/** binary |