diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-05-14 11:58:27 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-05-14 11:59:33 +0200 |
commit | 0816f55aba0b7a0f0aa2531a453d1648f33c8884 (patch) | |
tree | ffeb12b4f73137a37926713f994c9af4d3f93658 | |
parent | c0a38f9a1fac794a8c9695f8b00c131ba084222a (diff) | |
download | gnutls-0816f55aba0b7a0f0aa2531a453d1648f33c8884.tar.gz |
.gitignore: more files to ignore
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 68618898c1..16a83ede91 100644 --- a/.gitignore +++ b/.gitignore @@ -838,3 +838,10 @@ tests/set_x509_key tests/set_x509_key_file_der tests/set_x509_pkcs12_key GnuTLS-*-coverage/ +tests/tls1.2-cert-key-exchange +tests/tls1.1-cert-key-exchange +tests/tls1.0-cert-key-exchange +tests/dtls1.2-cert-key-exchange +tests/dtls1.0-cert-key-exchange +tests/ssl3.0-cert-key-exchange +tests/crt_apis |