6f920fd437
I don't see why running `python setup.py sdist` should leave me with a dirty checkout. Change-Id: Id932780c2e555b77a0066c70641684c0ddfdd79e
25 lines
241 B
Plaintext
25 lines
241 B
Plaintext
*.py[co]
|
|
*.sw?
|
|
*~
|
|
doc/build/*
|
|
dist
|
|
build
|
|
cover
|
|
ChangeLog
|
|
.coverage
|
|
*.egg
|
|
*.egg-info
|
|
.eggs/*
|
|
.DS_Store
|
|
.tox
|
|
pycscope.*
|
|
.idea
|
|
MANIFEST
|
|
|
|
.testrepository/*
|
|
.stestr/*
|
|
subunit.log
|
|
test/probe/.noseids
|
|
RELEASENOTES.rst
|
|
releasenotes/notes/reno.cache
|