]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.208 v7.4.208
authorBram Moolenaar <Bram@vim.org>
Wed, 19 Mar 2014 16:32:51 +0000 (17:32 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 19 Mar 2014 16:32:51 +0000 (17:32 +0100)
Problem:    Mercurial picks up some files that are not distributed.
Solution:   Add patterns to the ignore list. (Cade Forester)

.gitignore
src/version.c

index 9fbd77957cc3b02f30d2b3f3f1096452117d1f9a..f13ca061b378842be3bb7fc61f4a6513b58cbf80 100644 (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"
index 7ee3b6828ca95f26904b134099c7e6fe2b3799b4..608ef8d7d2cf91ba0e3f461227f3511090091031 100644 (file)
@@ -738,6 +738,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    208,
 /**/
     207,
 /**/