# HG changeset patch # User Bram Moolenaar # Date 1578583803 -3600 # Node ID af70e0c2b3cd43af77c698b86a748f8de7d39c85 # Parent 6cb1f1c1f5776f80130bc96fe78bde6f55d1bd16 patch 8.2.0107: hgignore is out of sync from gitignore Commit: https://github.com/vim/vim/commit/4ba64418187995c96fc29e4e4f699cecd57013bd Author: Bram Moolenaar Date: Thu Jan 9 16:25:52 2020 +0100 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) diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -10,6 +10,7 @@ src/auto/gui_gtk_gresources.h src/objects/.dirstamp src/objects src/tags +src/types.vim # We do need src/auto/configure. src/auto/config.cache @@ -86,6 +87,7 @@ src/kword_test # Generated by "make install" runtime/doc/tags +runtime/doc/doctags # Generated by "make shadow". The directory names could be anything but we # restrict them to shadow (the default) or shadow-* diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -743,6 +743,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 107, +/**/ 106, /**/ 105,