Comment 22 for bug 1255876

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

Reviewed: https://review.openstack.org/59026
Committed: http://github.com/openstack/python-neutronclient/commit/c3e01a7e4604948122355dbf9b9317160bc22eab
Submitter: Jenkins
Branch: master

commit c3e01a7e4604948122355dbf9b9317160bc22eab
Author: Zhenguo Niu <email address hidden>
Date: Thu Nov 28 22:27:06 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: I9384015efdd1bc2a9bbfe6f25552cd909b155998
    Closes-Bug: #1255876