diff src/version.c @ 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 463b6fad54e9
children 5a62b4a0c961
line wrap: on
line diff
--- 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,