diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-02-23 10:35:14 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-02-27 22:14:52 +0100 |
commit | bbaef09e45b57c783e26793ba6eb6b2e6a8a5226 (patch) | |
tree | f0366ef07f41a1e2376c1b9538dd83cfaf85054f /.gitignore | |
parent | 7b56c641567c91175bab06cbe76925cecb3b0853 (diff) | |
download | gnutls-bbaef09e45b57c783e26793ba6eb6b2e6a8a5226.tar.gz |
.gitignore: more files to ignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b50a6fe546..6bcf94ae0a 100644 --- a/.gitignore +++ b/.gitignore @@ -366,6 +366,8 @@ guile/src/Makefile.in guile/src/guile-gnutls-v-2.la guile/tests/Makefile guile/tests/Makefile.in +guile/modules/gnutls.go +guile/modules/gnutls/extra.go lib/Makefile lib/Makefile.in lib/accelerated/libaccelerated.la @@ -497,6 +499,20 @@ src/tpmtool stamp-h1 tags tests/*/out +tests/alpn-server-prec +tests/dh-params +tests/dtls-handshake-versions +tests/dtls-max-record +tests/handshake-false-start +tests/handshake-versions +tests/ocsp-filename-memleak +tests/pcert-list +tests/rehandshake-ext-secret +tests/rehandshake-switch-cert +tests/rehandshake-switch-cert-allow +tests/rehandshake-switch-cert-client +tests/rehandshake-switch-cert-client-allow +tests/tls-max-record tests/tlsext-decoding tests/auto-verify tests/dtls-client-with-seccomp |