diff options
author | Calum Lind <calumlind@gmail.com> | 2018-10-08 17:05:40 +0200 |
---|---|---|
committer | Calum Lind <calumlind@gmail.com> | 2018-10-10 18:57:02 +0200 |
commit | 6fdbf0ba5db98dfca28e8e37df0ea046f5c99c60 (patch) | |
tree | 141c6dbf1a5bdd69b819954fcd7e7a243df11b2f /.gitignore | |
parent | [WebUI] Allow multiple torrent uploads in Add dialog (diff) | |
download | deluge-6fdbf0ba5db98dfca28e8e37df0ea046f5c99c60.tar.xz deluge-6fdbf0ba5db98dfca28e8e37df0ea046f5c99c60.zip |
Update tox and CI for Python 3
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 1a311cdf2..bf3e871c9 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,4 @@ deluge.pot .build_data* osx/app RELEASE-VERSION -.venv +.venv* |