diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-01-06 11:38:13 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-01-06 11:38:13 +0100 |
commit | e8df4ac3396a4ed9d0a8ab9a2e062862c7e49ba5 (patch) | |
tree | 17808cf63ec4104c1d2a6a48b3a58785f6debd20 | |
parent | c90902ef5001c85964c8b2a4843418a223857d87 (diff) |
update .gitignore files
-rw-r--r-- | debian/.gitignore | 6 | ||||
-rw-r--r-- | src/auditor/.gitignore | 1 | ||||
-rw-r--r-- | src/util/.gitignore | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/debian/.gitignore b/debian/.gitignore index b6debe8c9..a4103e870 100644 --- a/debian/.gitignore +++ b/debian/.gitignore @@ -13,3 +13,9 @@ taler-exchange.debhelper.log taler-exchange.substvars taler-exchange/ tmp/ +libtalerexchange-dev.substvars +libtalerexchange-dev/ +taler-auditor.postrm.debhelper +taler-auditor.substvars +taler-auditor/ +taler-exchange.postrm.debhelper diff --git a/src/auditor/.gitignore b/src/auditor/.gitignore index 6ada15879..caffec44e 100644 --- a/src/auditor/.gitignore +++ b/src/auditor/.gitignore @@ -17,3 +17,4 @@ taler-helper-auditor-wire generate-auditor-basedb-prod.conf generate-auditor-basedb-revocation.conf revocation-tmp-* +auditor-basedb.wdb diff --git a/src/util/.gitignore b/src/util/.gitignore index ce6d82a1b..a576b82fb 100644 --- a/src/util/.gitignore +++ b/src/util/.gitignore @@ -4,3 +4,4 @@ taler-helper-crypto-rsa taler-helper-crypto-eddsa test_helper_rsa test_helper_eddsa +test_helper_eddsa_home/ |