From 37ca7b296e94513a06b4657d41340b6b6e65a16d Mon Sep 17 00:00:00 2001 From: xsun <1563770452@qq.com> Date: Thu, 2 Mar 2017 19:48:09 +0800 Subject: [PATCH] exclude vim files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a6548f84..cb9b7b53 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,7 @@ !.gitignore # code format to reduce noise in git commits -!codeformat/ \ No newline at end of file +!codeformat/ + +# exclude vim files +*.swp \ No newline at end of file