Hi, This patch adds two files into the .hgignore.
1. src/if_perl.c: This file is generated when Make_mvc.mak is used. 2. src/po/vim.pot: This file is generated when someone runs make command in the src/po/ directory. Best regards, Ken Takata -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
diff -r 5884d056e1d1 .hgignore --- a/.hgignore Wed Sep 12 20:21:43 2012 +0200 +++ b/.hgignore Sat Sep 15 21:31:58 2012 +0900 @@ -32,6 +32,7 @@ *.suo *.res *.RES +src/if_perl.c src/pathdef.c src/Obj*/pathdef.c gvimext.dll @@ -43,6 +44,7 @@ *.mo *.swp *~ +src/po/vim.pot # Generated by "make test" src/po/*.ck
