From a9fb7587268ee84523b4370b9fec1f4bde322322 Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Tue, 14 Jul 2009 13:55:56 -0700 Subject: [PATCH] Ignore vim swap files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index cf5293ba..0c3f5427 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ docs *.pyc thirdparty-* +*.swp +*.swo