From 1ab802c396129cef04869e8926dde7462a961b83 Mon Sep 17 00:00:00 2001 From: OhCoder Date: Wed, 20 May 2015 21:04:37 +0800 Subject: [PATCH] add the *swp file in the .gitignore file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1261834..a10d215 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store .vagrant +*.swp