X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=8be48ac6200f75af89d57e934524203938d51117;hb=ec578c17540cfc57bb1c522046d369c5fdaf584b;hp=5614ae86606f8c10e82929861ba9a2e49977a511;hpb=607148f8e4eb4ebb443dd5098b4fea5f880f9fbb;p=yardstick.git diff --git a/.gitignore b/.gitignore index 5614ae866..8be48ac62 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +*.DS_Store +*.log *.pyc .vimrc .ropeproject @@ -8,20 +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/ +/docs/apidocs/yardstick*.rst +#PyCharm IDE project configuration files +.idea/ +# tox virtualenvs +.tox/