Add tox artifacts to .gitignore
* A tox build creates quantum/versioninfo and setuptools-*.egg, and git formerly marked them as untracked rather than ignored. Change-Id: I50556717a05b2488cff5d9693d46637df608da70
This commit is contained in:
parent
679c0fb32d
commit
dfdeff41f0
2
.gitignore
vendored
2
.gitignore
vendored
@ -13,3 +13,5 @@ quantum/vcsversion.py
|
|||||||
requirements.txt
|
requirements.txt
|
||||||
ChangeLog
|
ChangeLog
|
||||||
.tox/
|
.tox/
|
||||||
|
quantum/versioninfo
|
||||||
|
setuptools*.egg/
|
||||||
|
Loading…
Reference in New Issue
Block a user