]> granicus.if.org Git - vim/commitdiff
patch 8.2.0090: generated files show up in git status v8.2.0090
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Jan 2020 21:10:31 +0000 (22:10 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Jan 2020 21:10:31 +0000 (22:10 +0100)
Problem:    Generated files show up in git status.
Solution:   Ignore a few more files.

.gitignore
src/version.c

index 81b3b1106065bf2548ce775a80533e1137533415..2dc119476cb642a95a371e375a4ac21a33fbf3e9 100644 (file)
@@ -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-*
index c82f379cd81c0363b17f6a2909dcad2c3910556c..43300cbecce55095806af425275df69d453497d3 100644 (file)
@@ -742,6 +742,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    90,
 /**/
     89,
 /**/