changeset 19059:9b7d0af6e33a v8.2.0090

patch 8.2.0090: generated files show up in git status Commit: https://github.com/vim/vim/commit/b376ace1aeaa7614debc725487d75c8f756dd773 Author: Bram Moolenaar <Bram@vim.org> 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.
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Jan 2020 22:15:35 +0100
parents b84759ba37f2
children 1bb31d1b3e66
files .gitignore src/version.c
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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-*
--- 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,