From b718d05747d8f32bb5d427ccf23f84c70b288230 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sun, 7 Jan 2024 12:48:36 +0000 Subject: Add vim .swp files to .gitignore I would like to avoid accidentally committing one of these files. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9d7ac41..5e03b1f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ # # SPDX-License-Identifier: AGPL-3.0-only +.swp inventory -- cgit v1.2.3