compose/.gitignore
Daniel Nephin 1d3aeaaae7 Ignore extra coverge files
These files are created because we run acceptance tests in a subprocess.
They have the process id in their name, so they wont be removed by the
normal coverage cleanup on each run.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2015-12-10 15:29:36 -08:00

12 lines
106 B
Plaintext

*.egg-info
*.pyc
.coverage*
/.tox
/build
/coverage-html
/dist
/docs/_site
/venv
README.rst
compose/GITSHA