]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.2.0107: hgignore is out of sync from gitignore v8.2.0107
authorBram Moolenaar <Bram@vim.org>
Thu, 9 Jan 2020 15:25:52 +0000 (16:25 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 9 Jan 2020 15:25:52 +0000 (16:25 +0100)
Problem:    Hgignore is out of sync from gitignore.
Solution:   Add lines to hgignore. (Ken Takata)

.hgignore
src/version.c

index ff3d542046451794b036e34606f0ae88709bcbbe..d266dda0913e9bf01ad1731ce26eac5df578afc2 100644 (file)
--- 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-*
index af80600c0dc2a8bfaf020850901404fb28763e03..f15d748dc5f8ff64540c413e99e2bbd5acb2e808 100644 (file)
@@ -742,6 +742,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    107,
 /**/
     106,
 /**/