diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-01-29 23:02:02 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-01-29 23:02:02 +0100 |
commit | 844ef0b407dc61700dcb28dff11787f4c26a386c (patch) | |
tree | 04d89e9e12dcd761ae899b601687f99bf026457e | |
parent | 2d3306fb9c812a249e306c59a15fc369ac099cfd (diff) | |
download | gnutls-844ef0b407dc61700dcb28dff11787f4c26a386c.tar.gz |
more files to ignore
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | doc/.gitignore | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0bd84e9644..aa944a476a 100644 --- a/.gitignore +++ b/.gitignore @@ -632,3 +632,6 @@ tests/mini-x509-rehandshake tests/mini-sbuf tests/suite/mini-record-timing tests/mini-xssl +doc/examples/ex-client-xssl1 +doc/examples/ex-client-xssl2 +lib/libgnutls-xssl.la diff --git a/doc/.gitignore b/doc/.gitignore index 915c30a332..53e6d2ae35 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -30,3 +30,4 @@ alerts.texi alert-printlist latex/alerts.tex latex/functions +xssl-api.texi |