Update the gitignore file to ignore .tox

Now the gitignore file do not ignore .tox, this patch fix it

Change-Id: I1409a0b66d103a1d96622dd4add32b03478df043
This commit is contained in:
zhu.rong 2015-08-06 10:53:02 +08:00
parent 98c8d848d6
commit d30b0619bb

1
.gitignore vendored
View File

@ -13,6 +13,7 @@ develop-eggs/
.noseids
.venv
.idea
.tox
coverage.xml
pep8.txt
pylint.txt