commit 3b72fd64de79947a389d1c29198f0dd32ae41e5a parent e0a70fe4b6cd4ac0ba0d0ee3ba60d0175a5e5812 Author: Nullptrderef <nullptrderef@proton.me> Date: Sun, 16 Jun 2024 14:11:13 +0200 gitignore privatekeys, deb files, etc Diffstat:
| M | .gitignore | | | 5 | +++++ |
| M | contrib/ci/jobs/0-codespell/job.sh | | | 1 | + |
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -173,3 +173,8 @@ src/auditordb/test_auditordb_checkpoints-postgres src/auditordb/test_auditordb_checkpoints_postgres /.cache /compile_commands.json +master.priv +src/testing/*/master.priv +/taler-exchange-build-deps_*.deb +/taler-exchange-build-deps_*.buildinfo +/taler-exchange-build-deps_*.changes diff --git a/contrib/ci/jobs/0-codespell/job.sh b/contrib/ci/jobs/0-codespell/job.sh @@ -19,6 +19,7 @@ ABOUT-NLS configure* config.status config.guess +./src/include/taler_dbevents.h */contrib/* */contrib/hellos/** *.dat