Hi Bram, 2020/1/6 Mon 6:11:29 UTC+9 Bram Moolenaar wrote: > > > Patch 8.2.0090 > Problem: Generated files show up in git status. > Solution: Ignore a few more files. > Files: .gitignore >
I think that similar changes are needed for .hgignore: --- a/.hgignore +++ b/.hgignore @@ -10,6 +10,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-* Regards, Ken Takata -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/fea8c2c6-79c4-4618-9df6-802fc82737c7%40googlegroups.com.
