# HG changeset patch # User Bram Moolenaar # Date 1578258935 -3600 # Node ID 9b7d0af6e33a3c2550d3048016e798f66b2a311d # Parent b84759ba37f203891adc20cf7b419cd800054f53 patch 8.2.0090: generated files show up in git status Commit: https://github.com/vim/vim/commit/b376ace1aeaa7614debc725487d75c8f756dd773 Author: Bram Moolenaar Date: Sun Jan 5 22:10:31 2020 +0100 patch 8.2.0090: generated files show up in git status Problem: Generated files show up in git status. Solution: Ignore a few more files. diff --git a/.gitignore b/.gitignore --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,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 */ /**/ + 90, +/**/ 89, /**/ 88,