congress-specs/.gitignore
Vu Cong Tuan 006a529286 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: I7daa364d2016e1b7951e6240b3254287361f9d0f
2018-08-10 00:15:16 +00:00

17 lines
109 B
Plaintext
Executable File

# build
.venv
*.egg*
*.swp
*.swo
*.pyc
.stestr/
# Editors
*~
.*.swp
.bak
/.project
# Testenvironment
.tox/