> add runtime/doc/tags-* to ignore files > (https://github.com/vim/vim/issues/14479) > > 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-*
it is 'tags-??' in Makefile, if so, you may need to modify them to 'tags-*' as well. -- shane.xb.qian -- -- 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/OS3P286MB0913965BD5660EB92B4C3B26EB062%40OS3P286MB0913.JPNP286.PROD.OUTLOOK.COM.