python-designateclient/.gitignore
Vu Cong Tuan 9f70179a3d 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: I96c7c264dab04a7f52e2c77a1165ed51137bfae0
2018-07-11 14:51:22 +07:00

27 lines
246 B
Plaintext

*.pyc
*.dat
TAGS
*.egg
*.egg-info
.eggs
build
.coverage
.tox
cover
venv
.venv
*.sublime-workspace
*.sqlite
var/*
etc/*.conf
etc/*.ini
AUTHORS
ChangeLog
doc/source/reference/api/*
doc/build/*
dist
designateclient/versioninfo
.stestr/
*.log
.idea/