Comment 23 for bug 1255876

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

Reviewed: https://review.openstack.org/59023
Committed: http://github.com/openstack/python-glanceclient/commit/cd7f2cbd79df54ea41d9a075d904efc82bdcb440
Submitter: Jenkins
Branch: master

commit cd7f2cbd79df54ea41d9a075d904efc82bdcb440
Author: Zhenguo Niu <email address hidden>
Date: Thu Nov 28 22:18:19 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: I1f3ee52050ac6812c34357ad786fd8210f4238f2
    Closes-Bug: #1255876