diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2022-02-04 18:45:42 +0100 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2022-02-04 18:45:42 +0100 |
commit | 9d40bd5a1e07e4471f3501370df724c23000117a (patch) | |
tree | 348d23c1c797b4f69f15389208073df191222401 /src/testing/.gitignore | |
parent | a67786078bb3617ea8d4d308b21781fd0a1c2258 (diff) | |
download | exchange-9d40bd5a1e07e4471f3501370df724c23000117a.tar.gz exchange-9d40bd5a1e07e4471f3501370df724c23000117a.tar.bz2 exchange-9d40bd5a1e07e4471f3501370df724c23000117a.zip |
split tests by rsa/cs
Diffstat (limited to 'src/testing/.gitignore')
-rw-r--r-- | src/testing/.gitignore | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/testing/.gitignore b/src/testing/.gitignore index 61e3a4c0..700bda4c 100644 --- a/src/testing/.gitignore +++ b/src/testing/.gitignore @@ -1,13 +1,16 @@ -test_auditor_api_version +test_auditor_api_version_cs +test_auditor_api_version_rsa test_bank_api_with_fakebank test_bank_api_with_fakebank_twisted test_bank_api_with_pybank test_bank_api_with_pybank_twisted test_taler_exchange_aggregator-postgres test_taler_exchange_wirewatch-postgres -test_exchange_api_revocation +test_exchange_api_revocation_cs +test_exchange_api_revocation_rsa report* -test_exchange_management_api +test_exchange_management_api_cs +test_exchange_management_api_rsa test_exchange_api_home/.local/share/taler/crypto-eddsa/ test_exchange_api_home/.local/share/taler/crypto-rsa/ test_exchange_api_home/.local/share/taler/exchange/offline-keys/secm_tofus.priv |