From: john-griffith Date: Thu, 13 Dec 2012 20:17:31 +0000 (-0700) Subject: Add *.swp to gitignore. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=11c80571ae7b4c4afff99edd30f51e060fbac396;p=openstack-build%2Fcinder-build.git Add *.swp to gitignore. Add swap files and alphabetize the list. Change-Id: Idaa9aec831740aa965a8d2d2486f4d9ffbb50746 --- diff --git a/.gitignore b/.gitignore index cae3ad60f..06936472b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,24 +1,25 @@ +*.DS_Store +*.log +*.mo +*.pyc +*.sqlite +*.swp +.cinder-venv +.coverage +.tox +.venv AUTHORS Authors -ChangeLog -*.pyc -*.DS_Store -local_settings.py -CA/ -keeper -instances -keys build/* build-stamp +CA/ +ChangeLog cinder.egg-info -.cinder-venv -.venv -.tox -*.sqlite -*.log -*.mo -tools/conf/cinder.conf* cover/* -dist/* -.coverage covhtml +dist/* +instances +keeper +keys +local_settings.py +tools/conf/cinder.conf*