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.
This commit is contained in:
Bram Moolenaar 2020-01-05 22:10:31 +01:00
parent f0f8055102
commit b376ace1ae
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View File

@ -8,6 +8,7 @@ src/auto/gui_gtk_gresources.h
src/objects/.dirstamp src/objects/.dirstamp
src/objects src/objects
src/tags src/tags
src/types.vim
# We do need src/auto/configure. # We do need src/auto/configure.
src/auto/config.cache src/auto/config.cache
@ -86,6 +87,7 @@ src/kword_test
# Generated by "make install" # Generated by "make install"
runtime/doc/tags runtime/doc/tags
runtime/doc/doctags
# Generated by "make shadow". The directory names could be anything but we # Generated by "make shadow". The directory names could be anything but we
# restrict them to shadow (the default) or shadow-* # restrict them to shadow (the default) or shadow-*

View File

@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
90,
/**/ /**/
89, 89,
/**/ /**/