From e7a1ba7fec3c23a072c0de731c09c27e932d951d Mon Sep 17 00:00:00 2001 From: Jesse McDonald Date: Sat, 30 Apr 2016 21:13:53 -0500 Subject: [PATCH] Ignore *.swp files. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 20999b8..ee9b64b 100644 --- a/.gitignore +++ b/.gitignore @@ -170,3 +170,6 @@ UpgradeLog*.XML # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* +# Vim temporary files +*.swp +*.swo