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:
parent
98c8d848d6
commit
d30b0619bb
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,6 +13,7 @@ develop-eggs/
|
|||||||
.noseids
|
.noseids
|
||||||
.venv
|
.venv
|
||||||
.idea
|
.idea
|
||||||
|
.tox
|
||||||
coverage.xml
|
coverage.xml
|
||||||
pep8.txt
|
pep8.txt
|
||||||
pylint.txt
|
pylint.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user