mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-23 01:40:08 +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
6
.gitignore
vendored
6
.gitignore
vendored
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user