commit | b376ace1aeaa7614debc725487d75c8f756dd773 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 05 22:10:31 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 05 22:10:31 2020 +0100 |
tree | 05fef94e7643be184cbcfb2a20ce5769263ee8ff | |
parent | f0f8055102c264b1d0c0a79bf742dc126fb447b9 [diff] |
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/src/version.c b/src/version.c index c82f379..43300cb 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 90, +/**/ 89, /**/ 88,