From 96af8798348335a15264bf8ac284644d2cde63c2 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Sat, 27 Mar 2021 23:01:32 -0700 Subject: [PATCH] git: Ignore vim-gutentags .notags file --- git/gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/git/gitignore b/git/gitignore index cb4e474..20cbe4f 100644 --- a/git/gitignore +++ b/git/gitignore @@ -21,5 +21,6 @@ node_modules/ /tags.lock /tags.temp .gutctags +.notags .DS_Store