From aa309a445827fe1135cb529fde66a8401af69503 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Wed, 12 Dec 2018 16:09:48 -0600 Subject: [PATCH] Ignore swapfiles --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6682352..b0377c6 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,6 @@ # Python egg metadata, regenerated from source files by setuptools. /*.egg-info /build/ + +# Vim Swapfiles +*.swp