From 38839017d2b58f70842731edc3c90e8257bd9094 Mon Sep 17 00:00:00 2001 From: Josh Poimboeuf Date: Fri, 1 Apr 2022 17:21:42 -0700 Subject: [PATCH] gitignore: ignore .swo files Sometimes I like to live on the edge and edit the same file in multiple vims :-) Signed-off-by: Josh Poimboeuf --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a518cbf..313df17 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ *.ko.cmd *.mod.c *.swp +*.swo *.d *.so .tmp_versions