From 7fb2930196488c19a39e34a37f1001b821564011 Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Mon, 9 Mar 2026 01:09:28 +0000 Subject: [PATCH] Add doc/tags to .gitignore `:helptags ALL` creates this file and `git status` then keeps telling me about it (I use git submodules to manage (n)vim plugins). Other nvim plugins have this in their .gitignores, so add it here as well to silence it. --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0a56e3f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/doc/tags