From: Zhongyue Luo Date: Fri, 4 Jan 2013 05:17:13 +0000 (+0800) Subject: .gitignore cleanup X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=bc20ec5849cf463741c663735137ef6a43c6cd3f;p=openstack-build%2Fneutron-build.git .gitignore cleanup Removed obsolete files/dirs Added .coverage and covhtml Ordered alphabetically Change-Id: Iac10b075f318c264549ee017688eccd52deae07d --- diff --git a/.gitignore b/.gitignore index f51576dcb..049ad99b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,17 @@ -*.pyc -*.DS_Store AUTHORS build/* build-stamp +ChangeLog +.coverage +covhtml/ doc/build +*.DS_Store +*.pyc quantum.egg-info/ -run_tests.err.log -run_tests.log -.quantum-venv/ -.venv/ quantum/vcsversion.py -requirements.txt -ChangeLog -.tox/ quantum/versioninfo +run_tests.err.log +run_tests.log setuptools*.egg/ +.tox/ +.venv/