Comment 21 for bug 1255876

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

Reviewed: https://review.openstack.org/59028
Committed: http://github.com/openstack/python-novaclient/commit/beb30f714ec871b6ef7c0506a7186ce739c21bd1
Submitter: Jenkins
Branch: master

commit beb30f714ec871b6ef7c0506a7186ce739c21bd1
Author: Zhenguo Niu <email address hidden>
Date: Thu Nov 28 22:34:12 2013 +0800

    Updates .gitignore

    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: Ic3e09f8cf0be35c98d89d862d40121a09c7b2498
    Closes-Bug: #1255876