diff options
author | Ben Laurie <ben@links.org> | 2016-06-03 12:07:42 +0200 |
---|---|---|
committer | Ben Laurie <ben@links.org> | 2016-06-03 12:24:51 +0200 |
commit | 4a2c4c1ab81bf2dbdcab0f33845e0e842a57182a (patch) | |
tree | 8c6658690f23c20895c70ad1f8ca323f32f16fa5 /.gitignore | |
parent | Linkify libfuzzer. (diff) | |
download | openssl-4a2c4c1ab81bf2dbdcab0f33845e0e842a57182a.tar.xz openssl-4a2c4c1ab81bf2dbdcab0f33845e0e842a57182a.zip |
Add ct fuzzer.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2f99952035..508fe0b30c 100644 --- a/.gitignore +++ b/.gitignore @@ -63,6 +63,7 @@ Makefile /fuzz/bndiv /fuzz/conf /fuzz/cms +/fuzz/ct /fuzz/server /fuzz/x509 /test/sha256t @@ -85,6 +86,7 @@ Makefile *.dylib* *.dll* *.exe +*.pyc # Exceptions !/test/bctest !/crypto/des/times/486-50.sol |