gitignore: Fix our Vim swap file pattern

As https://vimdoc.sourceforge.net/htmldoc/recover.html#swap-file says,

"If the ".swp" file name already exists, the last character is
 decremented until there is no file with that name or ".saa" is
 reached.  In the last case, no swap file is created."
This commit is contained in:
Gerald Combs 2023-11-03 14:06:42 +01:00
parent e3642264fa
commit aecba1f68b
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -158,7 +158,7 @@ CMakeLists.txt.user*
.vagrant
.vscode
.idea
*.swp
*.sw?
*~
cscope.*
tags