From 0139846c848f946622b0de472dca89487295e5ae Mon Sep 17 00:00:00 2001 From: briandonahue Date: Sat, 21 Apr 2012 17:40:22 -0400 Subject: [PATCH] Added *.swp files to git ignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 09b4830..a651efe 100644 --- a/.gitignore +++ b/.gitignore @@ -27,5 +27,6 @@ capybara-*.html **.orig rerun.txt pickle-email-*.html +*.swp -.DS_Store \ No newline at end of file +.DS_Store