From a8d9725e6ccf0e3e9da8bcbeea89657a8273d4c2 Mon Sep 17 00:00:00 2001 From: LoveIsGrief Date: Sat, 19 Aug 2023 22:11:17 +0200 Subject: [PATCH] chore: Add *.swp to .gitignore When working with vim (and possibly other editors), swap files are created and they should be ignored. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 49eb116..faece1c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ dist/ dist-newstyle/ cabal.project.local +*.swp +