]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Add tox artifacts to .gitignore
authorMaru Newby <mnewby@internap.com>
Mon, 17 Dec 2012 18:10:05 +0000 (18:10 +0000)
committerMaru Newby <mnewby@internap.com>
Mon, 17 Dec 2012 18:10:05 +0000 (18:10 +0000)
 * A tox build creates quantum/versioninfo and setuptools-*.egg,
   and git formerly marked them as untracked rather than ignored.

Change-Id: I50556717a05b2488cff5d9693d46637df608da70

.gitignore

index 6a1eda3c2761ca627d8072bb58775979f5fdeec2..f51576dcbc1de8d06a0e5ea8b384cbed586142c4 100644 (file)
@@ -13,3 +13,5 @@ quantum/vcsversion.py
 requirements.txt
 ChangeLog
 .tox/
+quantum/versioninfo
+setuptools*.egg/