]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Add *.swp to gitignore.
authorjohn-griffith <john.griffith@solidfire.com>
Thu, 13 Dec 2012 20:17:31 +0000 (13:17 -0700)
committerjohn-griffith <john.griffith@solidfire.com>
Thu, 13 Dec 2012 23:57:40 +0000 (16:57 -0700)
Add swap files and alphabetize the list.

Change-Id: Idaa9aec831740aa965a8d2d2486f4d9ffbb50746

.gitignore

index cae3ad60ffd061488cb6088dadf3918c98e60d76..06936472b03f12136f4e1ad0e7f9620b49ee39a5 100644 (file)
@@ -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*