diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-07-27 14:47:02 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-07-27 14:47:02 +0200 |
commit | d9738553b2f655f431b1c12a7895851d1befd120 (patch) | |
tree | d63abc924918e9b9e5c990f091c4d6ab0c484894 /.gitignore | |
parent | 1c541596d612afecf17c62c9d5c2aef76d943a73 (diff) |
Benchmark,
extract bank url from the configuration; then
make example config usable.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8a10c094c..f2bb9e368 100644 --- a/.gitignore +++ b/.gitignore @@ -64,6 +64,7 @@ src/benchmark/exchange_benchmark_home/.local/share/taler/exchange/live-keys/* src/benchmark/exchange_benchmark_home/.local/share/taler/auditors/ src/benchmark/exchange_benchmark_home/.local/share/taler/auditor/ src/benchmark/exchange_benchmark_home/.local/share/taler/exchange/wirefees/* +src/benchmark/exchange_benchmark_home/.config/taler/account-2.json src/json/test_json src/wire-plugins/test_ebics_wireformat src/wire-plugins/test_wire_plugin |