diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-01-02 20:14:43 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-01-02 20:15:06 +0100 |
commit | feb6c3c694f6f083d7b8d09a35f2074d5c3d44f4 (patch) | |
tree | 350966fc08b35dc46e4e94908ae8403a42bc731d | |
parent | 2b36cd1d866ca080e0f4e026f0445fe1577b07cc (diff) |
update .gitignore
-rw-r--r-- | .gitignore | 7 | ||||
-rw-r--r-- | debian/.gitignore | 7 |
2 files changed, 14 insertions, 0 deletions
@@ -69,3 +69,10 @@ src/merchant-tools/taler-merchant-benchmark uncrustify.cfg src/merchant-tools/taler-merchant-setup-reserve src/mustach/libmustach.a +doc/doxygen/taler-merchant.tag +src/testing/test_merchant_api_home/.local/share/taler/crypto-eddsa/ +src/testing/test_merchant_api_home/.local/share/taler/crypto-rsa/ +src/testing/test_merchant_api_home/.local/share/taler/exchange/offline-keys/secm_tofus.priv +src/testing/test_merchant_api_home/.local/share/taler/exchange/offline-keys/secm_tofus.pub +src/testing/test_merchant_api_home/.local/share/taler/taler-helper-crypto-eddsa/ +src/testing/test_merchant_api_home/.local/share/taler/taler-helper-crypto-rsa/ diff --git a/debian/.gitignore b/debian/.gitignore index b6debe8c..c2b295e0 100644 --- a/debian/.gitignore +++ b/debian/.gitignore @@ -13,3 +13,10 @@ taler-exchange.debhelper.log taler-exchange.substvars taler-exchange/ tmp/ +libtalermerchant-dev.debhelper.log +libtalermerchant-dev.substvars +libtalermerchant-dev/ +libtalermerchant.debhelper.log +libtalermerchant/ +taler-merchant.debhelper.log +taler-merchant/ |