diff options
author | Matthew Fennell <matthew@fennell.dev> | 2024-01-07 12:48:36 +0000 |
---|---|---|
committer | Matthew Fennell <matthew@fennell.dev> | 2024-01-07 12:48:36 +0000 |
commit | b718d05747d8f32bb5d427ccf23f84c70b288230 (patch) | |
tree | 14eda4373a6353240978c3f2e2a53ebb151f36fe /.gitignore | |
parent | 2e8dc1ce1150eb8c370808a2ddb16c515f0d4cbd (diff) |
Add vim .swp files to .gitignore
I would like to avoid accidentally committing one of these files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,4 +2,5 @@ # # SPDX-License-Identifier: AGPL-3.0-only +.swp inventory |