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
This commit is contained in:
Aaron Rosen 2013-06-04 17:59:56 -07:00
parent d9ece33c0d
commit 7fc7500bdd
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -19,3 +19,5 @@ subunit.log
.tox/
.venv/
*.mo
*.swp
*.swo