metal/.gitignore
Don Penney 2cbb73f862 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: I337321543b6f778721a656c575a26854a20ff5d5
Partial-Bug: 1834216
Signed-off-by: Don Penney <don.penney@windriver.com>
2019-06-25 13:20:35 -04:00

34 lines
310 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
# Docs Contrib Guide
doc/build/
# Release Notes Management
releasenotes/build
# API Reference Guide
api-ref/build/