From 8af8e3c1a928c4696926fd9456a085219b8105c1 Mon Sep 17 00:00:00 2001 From: Chris Moylan Date: Thu, 16 Jun 2011 22:14:27 -0500 Subject: [PATCH] added vim swapfiles to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9e01560a..9187e738 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ mediagoblin.egg-info docs/_build/ user_dev/ server-log.txt -*~ \ No newline at end of file +*~ +*.swp