[committed] Add Vim swap files to .gitignore

Message ID dd0102bb-56c8-72ba-c3e0-3c2c3fb5a12e@e124511.cambridge.arm.com
State New
Headers
Series [committed] Add Vim swap files to .gitignore |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_binutils_build--master-aarch64 fail Patch failed to apply
linaro-tcwg-bot/tcwg_binutils_build--master-arm fail Patch failed to apply

Commit Message

Andrew Carlotti Feb. 28, 2025, 4:07 p.m. UTC
  This matches the exclusion added to the GCC .gitignore file in 2022.

Committed as obvious.
  

Patch

diff --git a/.gitignore b/.gitignore
index eb1baf01743c3e7b19fb1ab45165e25ae8ac9437..7f1c81e00c4ba016515ba5b6c62b6147faddc1a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,7 @@ 
 *~
 .#*
 *#
+.*.swp
 
 *.flt
 *.gmo