diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-06-24 17:38:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-06-24 17:38:33 +0000 |
commit | f702b50b6ac6cb2e1e0e848a629a623f323c9de2 (patch) | |
tree | 67d787608695391e5edc2eb245b3943302ba1734 /.gitignore | |
parent | Releasing debian version 2.1.1-5. (diff) | |
download | deluge-f702b50b6ac6cb2e1e0e848a629a623f323c9de2.tar.xz deluge-f702b50b6ac6cb2e1e0e848a629a623f323c9de2.zip |
Merging upstream version 2.1.2~dev0+20230529.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5a5989b --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +*~ +build +.cache +dist +docs/source/modules/deluge*.rst +*.egg-info/ +*.dist-info/ +*.egg +*.log +__pycache__/ +*.py[cod] +*.tar.* +.tox/ +deluge/i18n/*/ +deluge.pot +deluge/ui/web/js/*.js +deluge/ui/web/js/extjs/ext-extensions*.js +*.desktop +*.metainfo.xml +.build_data* +osx/app +RELEASE-VERSION +.venv* +# used by setuptools to cache downloaded eggs +/.eggs +_pytest_temp/ |