diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 06:32:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 06:32:58 +0000 |
commit | 911fc286382c65e021d7ca6538a65200e2e65fc5 (patch) | |
tree | cfa422a3cdccd45737f3d7428363b3db6a84e8f5 /.gitignore | |
parent | Releasing progress-linux version 0.1.38-0.0~progress7.99u1. (diff) | |
download | debputy-911fc286382c65e021d7ca6538a65200e2e65fc5.tar.xz debputy-911fc286382c65e021d7ca6538a65200e2e65fc5.zip |
Merging upstream version 0.1.39.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..34b57ec --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +__pycache__ +.pytest_cache +.coverage +htmlcov +*.pyc +*.pyo +*~ + +local +local-test + +*.deb + +debian/dh-rootless +debian/.debhelper +debian/debhelper-build-stamp +debian/*.substvars +debian/files +debian/*.debhelper.log |