From 48437a955335e5a34fca6d0511828c79f5e42cdb Mon Sep 17 00:00:00 2001 From: lhess2021 Date: Sat, 21 May 2022 15:44:29 -0400 Subject: [PATCH] ignore vim temp and swap files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index cf7efa0..abb8d5c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ **/.prev-xpath.tmp comedy-xml.d.test +*.swp +*.swo +*~