62523bb7d7
To ignore swap files from getting into repository currently the implemented ignore is *.swp however vim adds more swap files if .swp exists, so improving this with .*.sw? Closes-Bug: #1255857 Change-Id: I22b6fa351dd565d4783f432c01785c706acd8397
38 lines
419 B
Plaintext
38 lines
419 B
Plaintext
*.DS_Store
|
|
*.log
|
|
*.mo
|
|
*.pyc
|
|
*.sqlite
|
|
.*.sw?
|
|
.cinder-venv
|
|
.coverage
|
|
.testrepository
|
|
.tox
|
|
.venv
|
|
.idea
|
|
AUTHORS
|
|
Authors
|
|
build/*
|
|
build-stamp
|
|
CA/
|
|
ChangeLog
|
|
cinder.egg-info
|
|
cover/*
|
|
covhtml
|
|
dist/*
|
|
instances
|
|
keeper
|
|
keys
|
|
local_settings.py
|
|
tools/conf/cinder.conf*
|
|
tools/lintstack.head.py
|
|
tools/pylint_exceptions
|
|
tags
|
|
# Files created by Sphinx build
|
|
doc/build
|
|
.autogenerated
|
|
|
|
# Development environment files
|
|
.project
|
|
.pydevproject
|