Skip to content

Commit 4ba6441

Browse files
committed
patch 8.2.0107: hgignore is out of sync from gitignore
Problem: Hgignore is out of sync from gitignore. Solution: Add lines to hgignore. (Ken Takata)
1 parent b16ad96 commit 4ba6441

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.hgignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ src/auto/gui_gtk_gresources.h
1010
src/objects/.dirstamp
1111
src/objects
1212
src/tags
13+
src/types.vim
1314

1415
# We do need src/auto/configure.
1516
src/auto/config.cache
@@ -86,6 +87,7 @@ src/kword_test
8687

8788
# Generated by "make install"
8889
runtime/doc/tags
90+
runtime/doc/doctags
8991

9092
# Generated by "make shadow". The directory names could be anything but we
9193
# restrict them to shadow (the default) or shadow-*

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,8 @@ static char *(features[]) =
742742

743743
static int included_patches[] =
744744
{ /* Add new patch number below this line */
745+
/**/
746+
107,
745747
/**/
746748
106,
747749
/**/

0 commit comments

Comments
 (0)