diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-29 14:03:55 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-29 14:03:55 +0100 |
commit | b1c863047ac78219d8babe9c15de90e18bd4ab1d (patch) | |
tree | 7998e60508c39c80bbdc1a830dafbfd54002751a /.gitignore | |
parent | 3c5e02214e999f7d3bb635aeea7843932800a389 (diff) |
use build-aux to support Debian packaging
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6b754b6af..24fbf6d2b 100644 --- a/.gitignore +++ b/.gitignore @@ -132,3 +132,4 @@ src/testing/test_bank_api_with_nexus src/util/taler_error_codes.c .deps/ src/bank-lib/taler-wire-gateway-client +build-aux/ |