From 8ec34cfbeb0f9a42da097f63c4c3951ebb2b553d Mon Sep 17 00:00:00 2001 From: Ruben van Staveren Date: Fri, 13 Mar 2026 22:26:15 +0100 Subject: [PATCH] Ignore vim swapfiles --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5d381cc..5170c57 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,5 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +# Vim swap files +*.sw?