ceph/.gitignore
Andrew Schoen 4f64f5f3ce Use pytest to auto discover and run tests in task.tests
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
2015-02-05 14:19:15 -06:00

27 lines
360 B
Plaintext

*~
.#*
## the next line needs to start with a backslash to avoid looking like
## a comment
\#*#
.*.swp
*.pyc
*.pyo
.tox
/*.egg-info
/virtualenv
/build
/*.yaml
docs/build
.ropeproject
.coverage
# autogenerated docs from sphinx-apidoc
docs/modules.rst
docs/teuthology.rst
docs/teuthology.task.rst
docs/teuthology.orchestra.rst
docs/teuthology.task.tests.rst