From 11c80571ae7b4c4afff99edd30f51e060fbac396 Mon Sep 17 00:00:00 2001 From: john-griffith Date: Thu, 13 Dec 2012 13:17:31 -0700 Subject: [PATCH] Add *.swp to gitignore. Add swap files and alphabetize the list. Change-Id: Idaa9aec831740aa965a8d2d2486f4d9ffbb50746 --- .gitignore | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) 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* -- 2.45.2