Comment 17 for bug 1255876

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

Reviewed: https://review.openstack.org/59031
Committed: http://github.com/openstack/python-swiftclient/commit/0ef054585a93f80ba4bc72f953f832372e65db60
Submitter: Jenkins
Branch: master

commit 0ef054585a93f80ba4bc72f953f832372e65db60
Author: Zhenguo Niu <email address hidden>
Date: Thu Nov 28 22:37:58 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: I48846345de6838735d2d2e46328698f6a526f397
    Closes-Bug: #1255876