From 231ecffa3d2c354fabcb73504b879480d06c5b4e Mon Sep 17 00:00:00 2001 From: Eric Squires Date: Thu, 10 Dec 2020 17:24:32 -0500 Subject: [PATCH] add tags.lock and tags.temp to .gitignore (#12752) These can be temporarily created by vim. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 52f03c375..f7b53fa50 100644 --- a/.gitignore +++ b/.gitignore @@ -174,6 +174,8 @@ venv .*.swp *.swp tags +tags.lock +tags.temp # Emacs .#*