forked from aniani/vim
updated for version 7.4.208
Problem: Mercurial picks up some files that are not distributed. Solution: Add patterns to the ignore list. (Cade Forester)
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -45,6 +45,9 @@ bcc.cfg
|
|||||||
*.map
|
*.map
|
||||||
*.tds
|
*.tds
|
||||||
|
|
||||||
|
# NetBeans
|
||||||
|
nbproject/*
|
||||||
|
|
||||||
# Mac OSX
|
# Mac OSX
|
||||||
src/xxd/xxd.dSYM
|
src/xxd/xxd.dSYM
|
||||||
|
|
||||||
@@ -55,6 +58,7 @@ src/xxd/xxd.dSYM
|
|||||||
*.swp
|
*.swp
|
||||||
*~
|
*~
|
||||||
*.pyc
|
*.pyc
|
||||||
|
*.log
|
||||||
src/po/vim.pot
|
src/po/vim.pot
|
||||||
|
|
||||||
# Generated by "make test"
|
# Generated by "make test"
|
||||||
|
@@ -738,6 +738,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 */
|
||||||
|
/**/
|
||||||
|
208,
|
||||||
/**/
|
/**/
|
||||||
207,
|
207,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user