From 5241dfbeab258e5c90d2587e56622a631891e743 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Fri, 6 Jan 2023 21:47:21 -0800 Subject: [PATCH] Ignore .swo files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1377554..3819313 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.swp +*.swo