diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-07-20 14:03:34 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-07-20 14:03:34 +0200 |
commit | 730514a950a8541faf453b69dbbbf49658c31745 (patch) | |
tree | 5096d4b5ec3f8a572c4d28916627b925ecfedef0 /.gitignore | |
parent | d13de9b18aa2d8b785662e947a8521e5834c6599 (diff) | |
download | gnutls-730514a950a8541faf453b69dbbbf49658c31745.tar.gz |
ignore more files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 824fc662a3..17a9cbf98c 100644 --- a/.gitignore +++ b/.gitignore @@ -56,6 +56,7 @@ doc/doxygen/Doxyfile doc/doxygen/html/ doc/doxygen/latex/ doc/dtls-api.texi +doc/pkcs7-api.texi doc/enums.texi doc/enums/ doc/errcodes @@ -504,6 +505,15 @@ tests/chainverify tests/cipher-test tests/crq_apis tests/crq_key_id +tests/keygen +tests/mini-alignment +tests/prf +tests/no-signal +tests/pkcs7-gen +tests/mini-tls-nonblock +tests/atfork +tests/oids +tests/x509sign-verify2 tests/crypto_rng tests/cve-2008-4989 tests/cve-2009-1415 |