diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-04-05 10:12:42 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-04-05 10:12:42 +0200 |
commit | d9677096da77397d57591f2aba20796101ba4df7 (patch) | |
tree | d3a8ae243bf73665a6dc8992d1f8f83f7918f874 /.gitignore | |
parent | 6a930e76bcd789724d1be3d41a3047cb41129d82 (diff) | |
download | gnutls-d9677096da77397d57591f2aba20796101ba4df7.tar.gz |
Use separate softhsm databases and config in tests to allow parallel runs.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 9587fdcc73..05e92c2e9e 100644 --- a/.gitignore +++ b/.gitignore @@ -702,5 +702,6 @@ tests/x509-extensions tests/sec-params tests/suite/pkcs11-chainverify tests/suite/softhsm.config -tests/suite/softhsm.db -tests/suite/softhsm.db-journal +tests/suite/softhsm*.db +tests/suite/softhsm*.db-journal +tests/suite/softhsm*.config |