diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 19:07:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 19:07:17 +0000 |
commit | 2e8bb0941c5a991bc317e5edea246972d78e769b (patch) | |
tree | 4fe98f76327452bce9489ab93c48ff403c7d577b /.gitignore | |
parent | Releasing progress-linux version 1.33.0-1~progress7.99u1. (diff) | |
download | yamllint-2e8bb0941c5a991bc317e5edea246972d78e769b.tar.xz yamllint-2e8bb0941c5a991bc317e5edea246972d78e769b.zip |
Merging upstream version 1.35.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..58d609b --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +__pycache__ +*.py[cod] +/docs/_build +/dist +/yamllint.egg-info +/build +/.eggs |