X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=.gitignore;h=8be48ac6200f75af89d57e934524203938d51117;hb=b97f28653e8b519e2a2e9a904ada42e31ff49629;hp=6f462f55a0594ae6c3c7d30f94f11d3733b7137c;hpb=ea99867bd2a0618aff12ed977330d69467544dfd;p=yardstick.git diff --git a/.gitignore b/.gitignore index 6f462f55a..8be48ac62 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +*.DS_Store +*.log *.pyc .vimrc .ropeproject @@ -8,24 +10,26 @@ *.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? /docs_build/ /docs_output/ -/releng/ +/docs/apidocs/yardstick*.rst +#PyCharm IDE project configuration files +.idea/ +# tox virtualenvs +.tox/