diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-07-27 11:58:54 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-07-27 11:58:54 +0200 |
commit | e850dc09c49f11c4009039c53b810753e37e02c3 (patch) | |
tree | 6769921d0664dda379df48300c260b32ae908dda /.gitignore | |
parent | 880ce0bdb366226a170d6646a9d41cf20a0fc542 (diff) |
Make benchmark config file working.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 4107ecd1e..8a10c094c 100644 --- a/.gitignore +++ b/.gitignore @@ -59,8 +59,11 @@ src/exchange-tools/taler-exchange-keyup src/exchange-tools/taler-exchange-wire src/exchangedb/perf-exchangedb src/benchmark/taler-exchange-benchmark -src/benchmark/test_benchmark_home/.local/share/taler/exchange/live-keys/ -src/benchmark/test_benchmark_home/.local/share/taler/exchange/wirefees/ +src/benchmark/auditor.in +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/json/test_json src/wire-plugins/test_ebics_wireformat src/wire-plugins/test_wire_plugin |