From 38ad2a830aac283a2248a6d5c3bef348b2d72489 Mon Sep 17 00:00:00 2001 From: Clortox Date: Mon, 4 Jan 2021 15:41:44 -0500 Subject: [PATCH] Update gitignore for vim temp files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 8084939..af1bd02 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,8 @@ dir/* #but still keep the folder !dir/.gitkeep + +#I use vim, therefore ignore temp files and swap files +*~ +*.swp +*.swo