From 105825b4ce4a70b82d2055354d32fa66dba4218d Mon Sep 17 00:00:00 2001 From: Thomas Winget Date: Mon, 2 Jun 2014 07:56:07 -0400 Subject: [PATCH] added vim swap files to .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 20a3894a6..527864624 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ .DS_Store /build /tags + +# vim swap files +*.swp +*.swo