diff .hgignore @ 5726:9b5541e276aa v7.4.208

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)
author Bram Moolenaar <bram@vim.org>
date Wed, 19 Mar 2014 17:32:51 +0100
parents 2ca470c6096e
children 34465a179ce2
line wrap: on
line diff
--- a/.hgignore
+++ b/.hgignore
@@ -47,6 +47,9 @@ bcc.cfg
 *.map
 *.tds
 
+# NetBeans
+nbproject/*
+
 # Mac OSX
 src/xxd/xxd.dSYM
 
@@ -57,6 +60,7 @@ src/xxd/xxd.dSYM
 *.swp
 *~
 *.pyc
+*.log
 src/po/vim.pot
 
 # Generated by "make test"