From 5359f84b0c49e2b83cdc9c627cf89ad4c798253d Mon Sep 17 00:00:00 2001 From: ernestrc Date: Mon, 9 May 2022 12:43:36 -0700 Subject: [PATCH] Update gitignore to ignore .swp --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cf7a9a7..2664ab5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .idea .vscode /darktile +*.swp