vitrage/.gitignore
Vu Cong Tuan d0da90b890 Switch to stestr
According to Openstack summit session [1],
stestr is maintained project to which all Openstack projects should migrate.
Let's switch to stestr as other projects have already moved to it.

[1] https://etherpad.openstack.org/p/YVR-python-pti

Change-Id: Ib7b19bed1a16c0864068066fdb5b9e45595dd228
2018-07-16 13:51:32 +07:00

36 lines
313 B
Plaintext

*.patch
*.iml
#swap file
*.swp
#IntelJ Idea
.idea/
#virtualenv
.venv/
#Build results
build/
dist/
*.egg-info/
*.egg
eggs/
.eggs/
develop-eggs/
.tox
AUTHORS
ChangeLog
.stestr
.coverage
cover
etc/vitrage/vitrage.conf
etc/vitrage/policy.yaml.sample
doc/source/_static/
*.db
#Python
*.pyc
#pyenv
.python-version