changeset 19093:af70e0c2b3cd v8.2.0107

patch 8.2.0107: hgignore is out of sync from gitignore Commit: https://github.com/vim/vim/commit/4ba64418187995c96fc29e4e4f699cecd57013bd Author: Bram Moolenaar <Bram@vim.org> 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)
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 Jan 2020 16:30:03 +0100
parents 6cb1f1c1f577
children 1c802c751736
files .hgignore src/version.c
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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-*
--- 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,