add runtime/doc/tags-* to ignore files (#14479) Commit: https://github.com/vim/vim/commit/b988c7a95f5ddb1f665a3fc7f0bcf2b08145693b Author: shane.xb.qian <shane.q...@foxmail.com> Date: Wed Apr 10 17:15:34 2024 +0200
add runtime/doc/tags-* to ignore files (https://github.com/vim/vim/issues/14479) closes: https://github.com/vim/vim/issues/14479 Signed-off-by: shane.xb.qian <shane.q...@foxmail.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/.gitignore b/.gitignore index 52444475e..241e96eaf 100644 --- a/.gitignore +++ b/.gitignore @@ -96,6 +96,7 @@ src/kword_test # Generated by "make install" runtime/doc/doctags +runtime/doc/tags-* # Temporarily generated by "runtime/syntax/generator/make" runtime/syntax/generator/generator.err diff --git a/.hgignore b/.hgignore index 14fc3ecc5..8b73f1b82 100644 --- a/.hgignore +++ b/.hgignore @@ -98,6 +98,7 @@ src/kword_test # Generated by "make install" runtime/doc/doctags +runtime/doc/tags-* # Generated by "make shadow". The directory names could be anything but we # restrict them to shadow (the default) or shadow-* -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1ruZtj-002Nu8-G8%40256bit.org.