Add *.swp to gitignore.
Add swap files and alphabetize the list. Change-Id: Idaa9aec831740aa965a8d2d2486f4d9ffbb50746
This commit is contained in:
parent
97ec985303
commit
11c80571ae
39
.gitignore
vendored
39
.gitignore
vendored
@ -1,24 +1,25 @@
|
|||||||
AUTHORS
|
|
||||||
Authors
|
|
||||||
ChangeLog
|
|
||||||
*.pyc
|
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
local_settings.py
|
|
||||||
CA/
|
|
||||||
keeper
|
|
||||||
instances
|
|
||||||
keys
|
|
||||||
build/*
|
|
||||||
build-stamp
|
|
||||||
cinder.egg-info
|
|
||||||
.cinder-venv
|
|
||||||
.venv
|
|
||||||
.tox
|
|
||||||
*.sqlite
|
|
||||||
*.log
|
*.log
|
||||||
*.mo
|
*.mo
|
||||||
tools/conf/cinder.conf*
|
*.pyc
|
||||||
cover/*
|
*.sqlite
|
||||||
dist/*
|
*.swp
|
||||||
|
.cinder-venv
|
||||||
.coverage
|
.coverage
|
||||||
|
.tox
|
||||||
|
.venv
|
||||||
|
AUTHORS
|
||||||
|
Authors
|
||||||
|
build/*
|
||||||
|
build-stamp
|
||||||
|
CA/
|
||||||
|
ChangeLog
|
||||||
|
cinder.egg-info
|
||||||
|
cover/*
|
||||||
covhtml
|
covhtml
|
||||||
|
dist/*
|
||||||
|
instances
|
||||||
|
keeper
|
||||||
|
keys
|
||||||
|
local_settings.py
|
||||||
|
tools/conf/cinder.conf*
|
||||||
|
Loading…
Reference in New Issue
Block a user