X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=8be48ac6200f75af89d57e934524203938d51117;hb=e345f4757abda2e7e734d86d89024d7af6e17de9;hp=f2c8fd9c064cae50c0c9cf4cdd0e9184f44df88c;hpb=141469aa05c64d5e12dc0e6227dfcce3541ea3d2;p=yardstick.git diff --git a/.gitignore b/.gitignore index f2c8fd9c0..8be48ac62 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +*.DS_Store +*.log *.pyc .vimrc .ropeproject @@ -8,21 +10,19 @@ *.BASE.* *.LOCAL.* *.REMOTE.* -*.yml *.egg *.egg-info build htmlcov .agignore .coverage +*.retry Session*.vim .tags* .coverage.* *~ setuptools*zip dist/ -pep8.log -test.log .testrepository/ cover/ .*.sw? @@ -31,3 +31,5 @@ cover/ /docs/apidocs/yardstick*.rst #PyCharm IDE project configuration files .idea/ +# tox virtualenvs +.tox/