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 | 3eff9a2d581311905f71a98a67b6391a561d5517 (patch) | |
tree | 0d87f151ae469442bdfe8284917285f1d000eff0 /.gitignore | |
parent | Adding upstream version 1.33.0. (diff) | |
download | yamllint-3eff9a2d581311905f71a98a67b6391a561d5517.tar.xz yamllint-3eff9a2d581311905f71a98a67b6391a561d5517.zip |
Adding upstream version 1.35.1.upstream/1.35.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.gitignore')
-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 |