To ignore swap files from getting into repository currently the implemented ignore is *.swp however vim adds more swap files if these files exists, so improving this with .*.sw? Change-Id: I11965d5fb22aeae622dad8bb29cf1f0533ed439a Closes-Bug: #1255876
18 lines
168 B
Plaintext
18 lines
168 B
Plaintext
.coverage
|
|
.venv
|
|
.tox
|
|
.testrepository
|
|
subunit.log
|
|
*,cover
|
|
cover
|
|
*.pyc
|
|
.idea
|
|
.*.sw?
|
|
*~
|
|
AUTHORS
|
|
ChangeLog
|
|
build
|
|
dist
|
|
cinderclient/versioninfo
|
|
python_cinderclient.egg-info
|