tempest/.gitignore
Masayuki Igawa bed597363a Add ignore files related to coverage to .gitignore
.coverage and cover are generated by tox's cover task. So we should
ignore them.

Change-Id: Ica14d566fcd7bd31fea87471178db882add7813a
2014-03-07 08:02:22 +09:00

20 lines
241 B
Plaintext

AUTHORS
ChangeLog
*.pyc
etc/tempest.conf
etc/logging.conf
include/swift_objects/swift_small
include/swift_objects/swift_medium
include/swift_objects/swift_large
*.log
*.swp
*.swo
*.egg*
.tox
.venv
dist
build
.testrepository
.coverage
cover/