| To: vim_dev@googlegroups.com |
| Subject: Patch 7.4.208 |
| Fcc: outbox |
| From: Bram Moolenaar <Bram@moolenaar.net> |
| Mime-Version: 1.0 |
| Content-Type: text/plain; charset=UTF-8 |
| Content-Transfer-Encoding: 8bit |
| |
| |
| Patch 7.4.208 |
| Problem: Mercurial picks up some files that are not distributed. |
| Solution: Add patterns to the ignore list. (Cade Forester) |
| Files: .hgignore |
| |
| |
| |
| |
| |
| *** 47,52 **** |
| --- 47,55 ---- |
| *.map |
| *.tds |
| |
| + # NetBeans |
| + nbproject/* |
| + |
| # Mac OSX |
| src/xxd/xxd.dSYM |
| |
| |
| *** 57,62 **** |
| --- 60,66 ---- |
| *.swp |
| *~ |
| *.pyc |
| + *.log |
| src/po/vim.pot |
| |
| # Generated by "make test" |
| |
| |
| |
| *** 740,741 **** |
| --- 740,743 ---- |
| { /* Add new patch number below this line */ |
| + /**/ |
| + 208, |
| /**/ |
| |
| -- |
| It might look like I'm doing nothing, but at the cellular level |
| I'm really quite busy. |
| |
| /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ |
| /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ |
| \\\ an exciting new programming language -- http://www.Zimbu.org /// |
| \\\ help me help AIDS victims -- http://ICCF-Holland.org /// |