config/.gitignore
Don Penney 27ba5a02a2 Update tox.ini files to use stein constraints
This updates the upper-constraints.txt used by tox for
installing python modules to reference the stable/stein
constraints.

Change-Id: Ia3a145933e44aca016e84024dca4131dd778ecce
Closes-Bug: 1834216
Signed-off-by: Don Penney <don.penney@windriver.com>
2019-06-25 14:45:54 -04:00

34 lines
318 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/