summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2019-05-14 11:47:30 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2019-05-14 11:48:58 +0100
commitd6a0276a78ff99f1a0ee7faf421e048d5edbf693 (patch)
tree06600fd89a48e5f16a706b46e71f0752d1574911
parent9c0325b129d2b562bf3bf20d6153c9e639f6b55d (diff)
downloaddeluge-d6a0276a78ff99f1a0ee7faf421e048d5edbf693.tar.gz
deluge-d6a0276a78ff99f1a0ee7faf421e048d5edbf693.tar.bz2
deluge-d6a0276a78ff99f1a0ee7faf421e048d5edbf693.zip
Update gitignore file
- pip install creates dist-info directories - add __pycache__ for compelteness and other byte compiled file types.
-rw-r--r--.gitignore6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 04aa1da7b..66826bbde 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,10 +3,12 @@ build
.cache
dist
docs/source/modules/deluge*.rst
-*egg-info
+*.egg-info/
+*.dist-info/
*.egg
*.log
-*.pyc
+__pycache__/
+*.py[cod]
*.tar.*
_trial_temp
.tox/