summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorVu Cong Tuan <tuanvc@vn.fujitsu.com>2018-07-11 13:41:06 +0700
committerVu Cong Tuan <tuanvc@vn.fujitsu.com>2018-07-11 14:51:22 +0700
commit9f70179a3dfac5f7c1be5062e8552cdad544ea2d (patch)
tree6e05005d9feda334ec658232707cbab52c53b964 /.gitignore
parent9d34339c063617e0f8d55013c4e27da4067beb0e (diff)
downloadpython-designateclient-9f70179a3dfac5f7c1be5062e8552cdad544ea2d.tar.gz
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index d2b698d..3744801 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,6 +21,6 @@ doc/source/reference/api/*
doc/build/*
dist
designateclient/versioninfo
-.testrepository
+.stestr/
*.log
-.idea/ \ No newline at end of file
+.idea/