b5ef8e2716
Do base repo config for running tests from staging repos Change-Id: I765d96c19b7a818269289af7b1f5820c414b24fd Signed-off-by: Dean Troyer <dtroyer@gmail.com>
34 lines
317 B
Plaintext
34 lines
317 B
Plaintext
*.a
|
|
*.egg
|
|
*.egg-info
|
|
*.o
|
|
*.py[co]
|
|
*.pyc
|
|
*.so
|
|
*.sqlite
|
|
.*.swp
|
|
.coverage
|
|
.installed.cfg
|
|
.testrepository
|
|
.tox
|
|
.venv
|
|
AUTHORS
|
|
ChangeLog
|
|
_build
|
|
build
|
|
cover
|
|
coverage.xml
|
|
develop-eggs
|
|
dist
|
|
eggs
|
|
sdist
|
|
|
|
# Sphinx documentation
|
|
doc/build/
|
|
|
|
# Release Notes documentation
|
|
releasenotes/build
|
|
|
|
# Api Ref documentation
|
|
api-ref/build/
|