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:
Bram Moolenaar
2014-03-19 17:32:51 +01:00
parent 9c8c8c5d30
commit 2fb9fa19e2
2 changed files with 6 additions and 0 deletions

4
.gitignore vendored
View File

@ -45,6 +45,9 @@ bcc.cfg
*.map
*.tds
# NetBeans
nbproject/*
# Mac OSX
src/xxd/xxd.dSYM
@ -55,6 +58,7 @@ src/xxd/xxd.dSYM
*.swp
*~
*.pyc
*.log
src/po/vim.pot
# Generated by "make test"

View File

@ -738,6 +738,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
208,
/**/
207,
/**/