tempest/.gitignore
Masayuki Igawa 01cce04c2e Add __pycache__ to .gitignore
This commit adds __pycache__ to .gitignore. __pycache__ directories are
made by python 3 execution and we check un-ignored files after the tests
in the gate jobs. And a lot of __pycache__ directories are listed in the
logs. However, it is expected directories so it should be ignored.

Change-Id: I4cfd3475dd2fe1e5b586a28296983a3914236d70
2016-06-27 13:11:24 +09:00

30 lines
418 B
Plaintext

AUTHORS
ChangeLog
*.pyc
__pycache__/
etc/tempest.conf
etc/tempest.conf.sample
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
.idea
.project
.pydevproject
.coverage*
!.coveragerc
cover/
doc/source/_static/tempest.conf.sample
# Files created by releasenotes build
releasenotes/build