refstack-client/.gitignore
Chandan Kumar d159cc379e Switch to stestr for running unit tests
* As stestr is the successor of testr, it's time to switch to
  stestr for running refstack unit tests.

Change-Id: I3b9c0e2b4363dec24bad43bf5cfbeef4ecc7a37c
2017-12-05 17:07:45 +05:30

14 lines
103 B
Plaintext

*.pyc
.stestr/
.tox
*.egg-info/
*.egg
.coverage
cover/*
.project
.pydevproject
build
.tempest/
.venv/