Comment 24 for bug 1255876

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-cinderclient (master)

Reviewed: https://review.openstack.org/59022
Committed: http://github.com/openstack/python-cinderclient/commit/8fc5ae480eafffc7e1bea046ad9b8e06350b008e
Submitter: Jenkins
Branch: master

commit 8fc5ae480eafffc7e1bea046ad9b8e06350b008e
Author: Zhenguo Niu <email address hidden>
Date: Thu Nov 28 22:13:47 2013 +0800

    Ignore swap files generated during file edting by vim

    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