From b92b66d70ae567ea5b1b89f3ae91aa7598140dd2 Mon Sep 17 00:00:00 2001 From: TheSomsie Date: Wed, 26 Nov 2025 11:38:55 +0100 Subject: [PATCH] chore: add Vim swap files to .gitignore Added .gitignore entries for temporary Vim editor files (*.swp, *.swo, *.swx). --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 293359a669..5b4868bca6 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,10 @@ profile.cov # VS Code .vscode +# Vim swap files +*.swp +*.swo +*.swx tests/spec-tests/