X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=79e351fcec70a45cfa32b16b9710a92a335ae704;hb=ff2093ffa0279e91cf09c1f6843c473a0a1ff129;hp=a53b5339024d58831d09c04fa13fe2fb32b6feb6;hpb=d29df23ae5057fe0ccded6f8d8f3e36a084a78b3;p=yardstick.git diff --git a/.gitignore b/.gitignore index a53b53390..79e351fce 100644 --- a/.gitignore +++ b/.gitignore @@ -10,13 +10,13 @@ *.BASE.* *.LOCAL.* *.REMOTE.* -*.yml *.egg *.egg-info build htmlcov .agignore .coverage +*.retry Session*.vim .tags* .coverage.* @@ -31,3 +31,7 @@ cover/ /docs/apidocs/yardstick*.rst #PyCharm IDE project configuration files .idea/ +# tox virtualenvs +.tox/ +# docs build artifacts +docs/_build/*