27 lines
210 B
Plaintext
27 lines
210 B
Plaintext
syntax: glob
|
|
*~
|
|
*.pyc
|
|
*.orig
|
|
dist
|
|
*.egg-info
|
|
build
|
|
*.esproj
|
|
.DS_Store
|
|
.idea
|
|
doc/_build
|
|
annotated
|
|
cover
|
|
nosetests*.xml
|
|
.coverage
|
|
*,cover
|
|
lib*
|
|
bin
|
|
include
|
|
.noseids
|
|
pip-log.txt
|
|
.tox
|
|
|
|
syntax: re
|
|
^.ropeproject/.*$
|
|
|