diff options
author | Nullptrderef <nullptrderef@proton.me> | 2024-06-16 14:11:13 +0200 |
---|---|---|
committer | Nullptrderef <nullptrderef@proton.me> | 2024-06-16 14:11:13 +0200 |
commit | 3b72fd64de79947a389d1c29198f0dd32ae41e5a (patch) | |
tree | 88e01fc7d87a8e97c950bb71413c76d144965a57 | |
parent | e0a70fe4b6cd4ac0ba0d0ee3ba60d0175a5e5812 (diff) |
gitignore privatekeys, deb files, etc
-rw-r--r-- | .gitignore | 5 | ||||
-rwxr-xr-x | contrib/ci/jobs/0-codespell/job.sh | 1 | ||||
m--------- | contrib/gana | 0 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index bda987c5b..c7a325020 100644 --- 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 index 875f919ab..4a3336b0c 100755 --- 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 diff --git a/contrib/gana b/contrib/gana -Subproject 385f602f1434a2d9cc0b4b8b12d1d3376acb405 +Subproject 9db4c62596670e87dc1b6af6ffd222f2124b225 |