Add .venv and subunit.log to .gitignore

If we run unittests there are appear dir .venv and file subunit.log
So, add these files to gitignore.

Change-Id: I64c400d1333e12b87da7fcd2c64772964e3f1b3c
This commit is contained in:
Valeriy Ponomaryov 2014-09-09 07:02:00 -04:00
parent d70dee0923
commit 91ec888fd2
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -2,6 +2,8 @@
.idea
.testrepository
.tox/*
.venv
subunit.log
python_manilaclient.egg-info
setuptools_git*.egg
setuptools_git*.egg