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)
diff --git a/.gitignore b/.gitignore
index 9fbd779..f13ca06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,6 +45,9 @@
 *.map
 *.tds
 
+# NetBeans
+nbproject/*
+
 # Mac OSX
 src/xxd/xxd.dSYM
 
@@ -55,6 +58,7 @@
 *.swp
 *~
 *.pyc
+*.log
 src/po/vim.pot
 
 # Generated by "make test"
diff --git a/src/version.c b/src/version.c
index 7ee3b68..608ef8d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    208,
+/**/
     207,
 /**/
     206,