From d9b427db24b7f97e1b3f9b7e55a0604592cf8e2e Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Mon, 15 Oct 2012 14:54:30 -0700 Subject: [PATCH] Ignore \*.swo --- .gitignore_global | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore_global b/.gitignore_global index 1377554..3819313 100644 --- a/.gitignore_global +++ b/.gitignore_global @@ -1 +1,2 @@ *.swp +*.swo