Add *.swp to gitignore.

Add swap files and alphabetize the list.

Change-Id: Idaa9aec831740aa965a8d2d2486f4d9ffbb50746
This commit is contained in:
john-griffith 2012-12-13 13:17:31 -07:00
parent 97ec985303
commit 11c80571ae
1 changed files with 20 additions and 19 deletions

39
.gitignore vendored
View File

@ -1,24 +1,25 @@
AUTHORS
Authors
ChangeLog
*.pyc
*.DS_Store
local_settings.py
CA/
keeper
instances
keys
build/*
build-stamp
cinder.egg-info
.cinder-venv
.venv
.tox
*.sqlite
*.log
*.mo
tools/conf/cinder.conf*
cover/*
dist/*
*.pyc
*.sqlite
*.swp
.cinder-venv
.coverage
.tox
.venv
AUTHORS
Authors
build/*
build-stamp
CA/
ChangeLog
cinder.egg-info
cover/*
covhtml
dist/*
instances
keeper
keys
local_settings.py
tools/conf/cinder.conf*