From f8803340ff2995fa32a4bd5145ad5377980b2fe8 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Fri, 22 Oct 2021 11:48:47 +0200 Subject: [PATCH] Ignore .plug.update flag file Created by .profile file when vim's plugins are update. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e7b4ddd..900cd33 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ undodir/ bundle/* !bundle/vundle plugged/ +.plug.update