mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 23:18:40 +00:00
Update gitignore file
- pip install creates dist-info directories - add __pycache__ for compelteness and other byte compiled file types.
This commit is contained in:
parent
9c0325b129
commit
d6a0276a78
1 changed files with 4 additions and 2 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -3,10 +3,12 @@ build
|
||||||
.cache
|
.cache
|
||||||
dist
|
dist
|
||||||
docs/source/modules/deluge*.rst
|
docs/source/modules/deluge*.rst
|
||||||
*egg-info
|
*.egg-info/
|
||||||
|
*.dist-info/
|
||||||
*.egg
|
*.egg
|
||||||
*.log
|
*.log
|
||||||
*.pyc
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
*.tar.*
|
*.tar.*
|
||||||
_trial_temp
|
_trial_temp
|
||||||
.tox/
|
.tox/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue