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:
Maru Newby 2012-12-17 18:10:05 +00:00
parent 5e94ffac3f
commit 666c23fbf7
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -13,3 +13,5 @@ quantum/vcsversion.py
requirements.txt
ChangeLog
.tox/
quantum/versioninfo
setuptools*.egg/