diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2019-04-08 02:09:23 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2019-04-08 02:37:46 +0200 |
commit | e13a8902f07a7848d09204cd6f1b9736fe3cf885 (patch) | |
tree | b455d3061e069814b3591497c8d9ecfe2ad446c2 /.gitignore | |
parent | 9fc380f7c8ebf8b5623718de376c72e6677b93a6 (diff) |
Put /history[-range] logic in a dedicate file.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8696558d4..6f7a02583 100644 --- a/.gitignore +++ b/.gitignore @@ -115,3 +115,4 @@ src/bank-lib/test_bank_api_twisted src/lib/test_exchange_api_new src/lib/test_auditor_api src/lib/test_exchange_api_overlapping_keys_bug +src/lib/test_exchange_api_home/.local/share/taler/exchange/revocations/ |