Skip to content

Commit

Permalink
Updates .gitignore
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Sushil Kumar committed Nov 28, 2013
1 parent fecf558 commit 62523bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -3,7 +3,7 @@
*.mo
*.pyc
*.sqlite
*.swp
.*.sw?
.cinder-venv
.coverage
.testrepository
Expand Down

0 comments on commit 62523bb

Please sign in to comment.