Skip to content

Commit

Permalink
Ignore swap files generated during file edting by vim
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 these files exists,
so improving this with .*.sw?

Change-Id: I11965d5fb22aeae622dad8bb29cf1f0533ed439a
Closes-Bug: #1255876
  • Loading branch information
niuzhenguo committed Dec 4, 2013
1 parent e64973f commit 8fc5ae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -7,7 +7,7 @@ subunit.log
cover
*.pyc
.idea
*.swp
.*.sw?
*~
AUTHORS
ChangeLog
Expand Down
1 change: 1 addition & 0 deletions doc/source/index.rst
Expand Up @@ -35,6 +35,7 @@ MASTER
.. _1254587: http://bugs.launchpad.net/python-cinderclient/+bug/1254587
.. _1253142: http://bugs.launchpad.net/python-cinderclient/+bug/1253142
.. _1252665: http://bugs.launchpad.net/python-cinderclient/+bug/1252665
.. _1255876: http://bugs.launchpad.net/python-cinderclient/+bug/1255876

1.0.7
-----
Expand Down

0 comments on commit 8fc5ae4

Please sign in to comment.