From dbfed86b08633a031e275722d1ad8f2fbc81927c Mon Sep 17 00:00:00 2001 From: Graham Pentheny Date: Mon, 14 Oct 2013 13:41:17 -0400 Subject: [PATCH] Added vim swap file exclusions to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c48caee..8406da9 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,8 @@ .Trashes ehthumbs.db Thumbs.db +*.swp +*.swo ## xcode specific *xcuserdata*