Comment 25 for bug 1255876

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

Reviewed: https://review.openstack.org/59024
Committed: http://github.com/openstack/python-keystoneclient/commit/6e029425eb268730e638bfa142fbd1c2fbef78e2
Submitter: Jenkins
Branch: master

commit 6e029425eb268730e638bfa142fbd1c2fbef78e2
Author: Zhenguo Niu <email address hidden>
Date: Thu Nov 28 22:23:29 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: Iff581457cabe936b8b285142caff92fcc849f04a
    Closes-Bug: #1255876