diff options
author | Matt Caswell <matt@openssl.org> | 2016-10-12 13:07:33 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2016-11-04 11:38:54 +0100 |
commit | 694cfa1f49797ffdaf55817caefa2dc31043511a (patch) | |
tree | 0442b8e9f0153cba04062d5c63194e0af5e09f88 /.gitignore | |
parent | Rebase shim against latest boringssl code (diff) | |
download | openssl-694cfa1f49797ffdaf55817caefa2dc31043511a.tar.xz openssl-694cfa1f49797ffdaf55817caefa2dc31043511a.zip |
Add ossl_shim to .gitignore
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 23c48be7f3..0a7edfc6c8 100644 --- a/.gitignore +++ b/.gitignore @@ -50,6 +50,7 @@ Makefile /test/ssltest_old /test/x509aux /test/v3ext +/test/ossl_shim/ossl_shim # Certain files that get created by tests on the fly /test/*.ss |