Updates .gitignore
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
This commit is contained in:
parent
fecf558aaf
commit
62523bb7d7
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,7 +3,7 @@
|
||||
*.mo
|
||||
*.pyc
|
||||
*.sqlite
|
||||
*.swp
|
||||
.*.sw?
|
||||
.cinder-venv
|
||||
.coverage
|
||||
.testrepository
|
||||
|
Loading…
Reference in New Issue
Block a user