From c981932fc5c89205ff2c14ff1bf25d32fa7e3b0d Mon Sep 17 00:00:00 2001 From: Andrew Carlotti Date: Mon, 13 Jan 2025 16:33:47 +0000 Subject: [PATCH] Add Vim swap files to .gitignore This matches the exclusion added to the GCC .gitignore file in 2022. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index eb1baf01743..7f1c81e00c4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ *~ .#* *# +.*.swp *.flt *.gmo -- 2.47.2