From: Aaron Rosen Date: Wed, 5 Jun 2013 00:59:56 +0000 (-0700) Subject: Add *.swo/swp to .gitignore X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=446d146980d026112077e0656be25f5ac0f7cd8a;p=openstack-build%2Fneutron-build.git Add *.swo/swp to .gitignore I noticed these files weren't being ignored when I accidentally uploaded one here: https://review.openstack.org/#/c/30648/3 Fixes bug: 1187600 Change-Id: I8570f797e2cc7420dc8a578a9cf68741631cd9f6 --- diff --git a/.gitignore b/.gitignore index bcd5644aa..07b0b050f 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,5 @@ subunit.log .tox/ .venv/ *.mo +*.swp +*.swo