diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,7 +3,6 @@ .*.sw? .project .pydevproject -rally_conf.json /docs_build/ _build /docs_output/ @@ -13,7 +12,7 @@ _build cover coverage.xml nosetests.xml -functest.egg-info +*.egg-info *venv .tox *.out |