From ec997e1f5ebc25f20652a3aeab3c3d45269f43d4 Mon Sep 17 00:00:00 2001 From: Endy Muhardin Date: Fri, 23 Oct 2015 16:42:28 +0700 Subject: [PATCH] ignore vim files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index df32554..765f50d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ # Mac Ignore -.DS_Store \ No newline at end of file +.DS_Store + +# Vim Ignore +*.swp