diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-10-26 14:14:27 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-10-26 14:14:27 +0100 |
commit | 481db8095acbde1d09df239918449d15fa66249e (patch) | |
tree | 521821b0c2f1a11dbd937b35f1850f1e35748581 /.gitignore | |
parent | 85f7840c50eb65b674b9a9d899f0996e5d41aa06 (diff) | |
download | gnutls-481db8095acbde1d09df239918449d15fa66249e.tar.gz |
Drop unknown mini-hfail.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore index 388140a0bb..03811f4115 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -gl/ *.la *.lo *.o @@ -56,6 +55,7 @@ doc/reference/gnutls-overrides.txt doc/reference/gnutls-sections.txt doc/stamp-vti doc/version.texi +gl/ lib/build-aux/ lib/gnutls-api.texi lib/gnutls.pc @@ -104,12 +104,14 @@ tests/mini-eagain tests/moredn tests/mpi tests/netconf-psk +tests/nul-in-x509-names tests/openpgp-keyring tests/openpgpself tests/openssl tests/parse_ca tests/pgps2kgnu tests/pkcs12-decode/pkcs12_s2k +tests/pkcs12_encode tests/pkcs12_s2k tests/pkcs12_s2k_pem tests/pskself @@ -118,12 +120,8 @@ tests/set_pkcs12_cred tests/setcredcrash tests/simple tests/tlsia +tests/x509_altname tests/x509dn tests/x509self tests/x509sign-verify tests/x509signself -tests/mini-hfail.c -tests/nul-in-x509-names -tests/pkcs12_encode -tests/x509_altname -lib/build-aux |