From: Bram Moolenaar Date: Sun, 5 Jan 2020 21:10:31 +0000 (+0100) Subject: patch 8.2.0090: generated files show up in git status X-Git-Tag: v8.2.0090 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b376ace1aeaa7614debc725487d75c8f756dd773;p=thirdparty%2Fvim.git 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 index 81b3b11060..2dc119476c 100644 --- 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 index c82f379cd8..43300cbecc 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 90, /**/ 89, /**/