ceph/.gitignore
Andrew Schoen 0deb2a9d4a Adds a coverage report when running the tox tests
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
2014-11-11 16:10:27 -06:00

20 lines
196 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