Commit: add runtime/doc/tags-* to ignore files (#14479)

13 views
Skip to first unread message

Christian Brabandt

unread,
Apr 10, 2024, 11:30:09 AM4/10/24
to vim...@googlegroups.com
add runtime/doc/tags-* to ignore files (#14479)

Commit: https://github.com/vim/vim/commit/b988c7a95f5ddb1f665a3fc7f0bcf2b08145693b
Author: shane.xb.qian <shane...@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...@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-*

shane.qian

unread,
Apr 10, 2024, 11:41:42 AM4/10/24
to vim...@googlegroups.com
> 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

Christian Brabandt

unread,
Apr 10, 2024, 12:10:55 PM4/10/24
to vim...@googlegroups.com

On Mi, 10 Apr 2024, shane.qian wrote:
> it is 'tags-??' in Makefile, if so, you may need to modify them to 'tags-*' as well.

Oh, I see. But I guess it shouldn't matter.

Thanks,
Christian
--
The only two things that motivate me and that matter to me are revenge
and guilt.
-- Elvis Costello
Reply all
Reply to author
Forward
0 new messages