From 68f50c8025a61e6c27dd9d713b25d9a9e46dc98e Mon Sep 17 00:00:00 2001 From: Camelid Date: Wed, 10 Mar 2021 18:28:05 -0800 Subject: [PATCH] Ignore Vim swap files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3b2e8bd86a1..3f77e6884b9 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ # configure your local ignore list. # FIXME: This needs cleanup. *~ +*.swp +*.swo .#* .DS_Store .cproject