
Set up the venv environment to let us use it for pre-release cross testing to ensure we don't break consuming project unit tests. Change-Id: If2bee203cb120b6c3b17a863fca2ece12651024f
30 lines
251 B
Plaintext
30 lines
251 B
Plaintext
*.pyc
|
|
*.pyo
|
|
*.egg-info
|
|
*.swp
|
|
*.orig
|
|
~*
|
|
*~
|
|
.coverage*
|
|
coverage*.xml
|
|
.noseids
|
|
.tox
|
|
.test_sphinxext
|
|
nosetests*.xml
|
|
|
|
build
|
|
dist
|
|
|
|
doc/_build
|
|
d2to1-*.egg
|
|
|
|
WSME.egg-info/
|
|
|
|
# Files created by pbr
|
|
AUTHORS
|
|
ChangeLog
|
|
pbr*.egg
|
|
|
|
# Cross-test logs
|
|
cross-test-*.log
|