mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 8.2.0107: hgignore is out of sync from gitignore
Problem: Hgignore is out of sync from gitignore. Solution: Add lines to hgignore. (Ken Takata)
This commit is contained in:
parent
b16ad96849
commit
4ba6441818
@ -10,6 +10,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-*
|
||||||
|
@ -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 */
|
||||||
|
/**/
|
||||||
|
107,
|
||||||
/**/
|
/**/
|
||||||
106,
|
106,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user