Update Python.gitignore with some commonly used patterns for buildout-based projects
This commit is contained in:
parent
c991bc587d
commit
2a42f5376a
@ -8,6 +8,8 @@ build
|
||||
eggs
|
||||
parts
|
||||
bin
|
||||
var
|
||||
sdist
|
||||
develop-eggs
|
||||
.installed.cfg
|
||||
|
||||
@ -17,3 +19,6 @@ pip-log.txt
|
||||
# Unit test / coverage reports
|
||||
.coverage
|
||||
.tox
|
||||
|
||||
#Mr Developer
|
||||
.mr.developer.cfg
|
||||
|
Loading…
Reference in New Issue
Block a user