diff options
author | Calum Lind <calumlind+deluge@gmail.com> | 2023-05-29 13:05:57 +0200 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2023-05-29 13:10:47 +0200 |
commit | b24a5d246528f72ded0f3db933fc762c43740778 (patch) | |
tree | 3c59d0bdd550648b3237f639cc0cd84922036dba | |
parent | [Tests] Pin libtorrent version to 2.0.7 (diff) | |
download | deluge-b24a5d246528f72ded0f3db933fc762c43740778.tar.xz deluge-b24a5d246528f72ded0f3db933fc762c43740778.zip |
[Tests] Ignore pytest temp dir
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9ea43d0ba..5a5989bdf 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ RELEASE-VERSION .venv* # used by setuptools to cache downloaded eggs /.eggs +_pytest_temp/ |