diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2019-09-04 17:04:55 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2019-09-04 17:06:23 +0200 |
commit | f4ee88a17523b6c6ebd83187a7d7af6fe7946578 (patch) | |
tree | 6e5661d9d2bb58b5f29a2f35e1b73f188e9d83f7 /.gitignore | |
parent | a07d036c804ab879c7953e835d68ec0a595a379b (diff) |
5746.
Introduce a stand-alone test file for wire-plugins that use
the legacy API offered by banks (notably, /history-range).
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7d9b47f6e..a16392663 100644 --- a/.gitignore +++ b/.gitignore @@ -113,3 +113,4 @@ src/lib/test_exchange_api src/lib/test_auditor_api src/lib/test_exchange_api_overlapping_keys_bug src/lib/test_exchange_api_home/.local/share/taler/exchange/revocations/ +src/wire-plugins/test_wire_plugin_legacy_taler_bank |