diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-12-14 15:33:10 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-12-14 15:33:10 +0100 |
commit | 229907c6e233609ccfafe1823f281581bf5e9680 (patch) | |
tree | 2c4b89388a2dbcd3eb17a9080becc6a4fa1cdd19 /.gitignore | |
parent | 1897d65af506f083d8296e6184c9633d0fb5bae0 (diff) |
implement taler-bank-transfer, fixes #5195
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 5f227d1d1..16a2c2d74 100644 --- a/.gitignore +++ b/.gitignore @@ -50,7 +50,6 @@ src/exchange-tools/taler-auditor-sign src/exchange-tools/taler-exchange-dbinit src/exchange-tools/taler-exchange-keycheck src/exchange-tools/taler-exchange-keyup -src/exchange-tools/taler-exchange-reservemod src/exchange-tools/taler-exchange-wire src/exchangedb/perf-exchangedb src/benchmark/taler-exchange-benchmark @@ -92,3 +91,4 @@ contrib/auditor-report.aux contrib/auditor-report.log contrib/auditor-report.tex contrib/auditor-report.pdf +src/bank-lib/taler-bank-transfer |