From aacd42f4bc79eb676578dccfa5f84dbf06c3174e Mon Sep 17 00:00:00 2001 From: Andrew Darqui Date: Tue, 1 Oct 2013 22:38:33 -0400 Subject: [PATCH] ignore vim .swp files from git --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b5bda3e26f..40ea2a6a86 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ public/themes/* *.sublime-workspace plugins/* .project +*.swp