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:
Sushil Kumar 2013-11-28 07:42:52 +00:00
parent fecf558aaf
commit 62523bb7d7
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -3,7 +3,7 @@
*.mo
*.pyc
*.sqlite
*.swp
.*.sw?
.cinder-venv
.coverage
.testrepository