Hi Christian, The .hgignore in the vim-mirror repository seems not up to date. Please check the attached patch.
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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -5,6 +5,8 @@ syntax: glob src/vim src/xxd/xxd src/auto/if_perl.c +src/auto/gui_gtk_gresources.c +src/auto/gui_gtk_gresources.h src/tags # We do need src/auto/configure. @@ -37,6 +39,7 @@ src/pathdef.c src/Obj*/pathdef.c gvimext.dll gvimext.lib +runtime/doc/uganda.nsis.txt # Borland C++ bcc.cfg @@ -74,4 +77,6 @@ src/testdir/test*.out src/testdir/test*.failed src/testdir/test.log src/testdir/dostmp/* +src/testdir/messages +src/testdir/viminfo src/memfile_test
