From 832bd631c22a55b53e2492a3fcf2468c521a6d6e Mon Sep 17 00:00:00 2001 From: David Allsopp Date: Fri, 16 Jun 2017 12:15:15 +0200 Subject: [PATCH] Ignore Vim swapfiles --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 76327624..65edb30d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ boot.exe .merlin boot.ml *.corrected +*.swp +*.swo