diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index d98b4a070..8be48ac62 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,6 @@ *.BASE.* *.LOCAL.* *.REMOTE.* -*.yml *.egg *.egg-info build @@ -32,3 +31,5 @@ cover/ /docs/apidocs/yardstick*.rst #PyCharm IDE project configuration files .idea/ +# tox virtualenvs +.tox/ |