Comment 2 for bug 1255876

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

Reviewed: https://review.openstack.org/58948
Committed: http://github.com/openstack/horizon/commit/5117c74d526e4f98f3051e2b1097b082766e92b5
Submitter: Jenkins
Branch: master

commit 5117c74d526e4f98f3051e2b1097b082766e92b5
Author: Sushil Kumar <email address hidden>
Date: Thu Nov 28 08:53:19 2013 +0000

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