diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 21:38:38 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 21:38:38 +0000 |
commit | 2e2851dc13d73352530dd4495c7e05603b2e520d (patch) | |
tree | 622b9cd8e5d32091c9aa9e4937b533975a40356c /.gitignore | |
parent | Initial commit. (diff) | |
download | deluge-2e2851dc13d73352530dd4495c7e05603b2e520d.tar.xz deluge-2e2851dc13d73352530dd4495c7e05603b2e520d.zip |
Adding upstream version 2.1.2~dev0+20240219.upstream/2.1.2_dev0+20240219upstream
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/ |