From: Ross Brattain Date: Mon, 7 Aug 2017 21:31:54 +0000 (-0700) Subject: gitignore: ignore .tox/ X-Git-Tag: opnfv-5.0.RC1~273^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F11%2F39311%2F1;p=yardstick.git gitignore: ignore .tox/ Change-Id: If021ed0f099c81492fd7509317efc31f020e6d18 Signed-off-by: Ross Brattain --- diff --git a/.gitignore b/.gitignore index 47c0575d0..8be48ac62 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,5 @@ cover/ /docs/apidocs/yardstick*.rst #PyCharm IDE project configuration files .idea/ +# tox virtualenvs +.tox/