diff options
author | Matt Caswell <matt@openssl.org> | 2021-05-25 13:02:07 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2021-05-26 14:08:10 +0200 |
commit | bfd6b619b6ccba8aee6b1d9ea1af21f0e03567dc (patch) | |
tree | 78cc8a550240b2374e22871f561c97e3d4ee5972 /.gitignore | |
parent | OSSL_DECODER_from_bio: Report an unsupported error when there is none (diff) | |
download | openssl-bfd6b619b6ccba8aee6b1d9ea1af21f0e03567dc.tar.xz openssl-bfd6b619b6ccba8aee6b1d9ea1af21f0e03567dc.zip |
Ignore the threadstest_fips executable
Add a new executable that isn't caught by existing .gitignore rules
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15453)
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 038ccb9773..fa989a8029 100644 --- a/.gitignore +++ b/.gitignore @@ -100,6 +100,7 @@ providers/common/include/prov/der_sm2.h /test/confdump /test/bio_prefix_text /test/evp_extra_test2 +/test/threadstest_fips # Certain files that get created by tests on the fly /test-runs |