From f049cabb6c2f74d165d4d4b9e6f851b565d92b9d Mon Sep 17 00:00:00 2001 From: Joel Holdbrooks Date: Fri, 13 Jan 2012 12:25:37 -0800 Subject: ignore vim swp files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 80d9aa1..2bb9385 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ test/scanners bench/test.div.html diff.html etc/CodeRay.tmproj +*.swp -- cgit v1.2.1