From b93f9759d20ad92e0b1336f46ebc018a7b651f99 Mon Sep 17 00:00:00 2001 From: Jean-Luc Makiola Date: Thu, 30 Jul 2026 10:14:42 +0200 Subject: [PATCH] chore: ignore editor swap files A stray .CLAUDE.md.swp got picked up by `git add -A` while writing the contributing docs. The CLAUDE.md ignore is anchored (/CLAUDE.md), so it never covered vim's sibling swap file. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index b170de3..3f3546f 100644 --- a/.gitignore +++ b/.gitignore @@ -50,6 +50,11 @@ google-services.json .DS_Store Thumbs.db +# Editor swap/backup files +*.swp +*.swo +*~ + # F-Droid local artifacts (the pipeline generates them in CI) /fdroid/