945d55c630
Add a "venv" environment for pass-through commands like what the packaging job uses. Change-Id: I473d330fc7e8e149f674d21f22ccfc0e1855e88f
27 lines
215 B
Plaintext
27 lines
215 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
|