patch 8.0.0428: git and hg see new files after running tests

Problem:    Git and hg see new files after running tests. (Manuel Ortega)
Solution:   Add the generated file to .hgignore (or .gitignore). Delete the
            resulting verbose file. (Christian Brabandt)  Improve dependency
            on opt_test.vim.  Reset the 'more' option.
This commit is contained in:
Bram Moolenaar
2017-03-07 21:31:27 +01:00
parent ad4187e6fc
commit 65408f7dfb
9 changed files with 25 additions and 6 deletions

1
.gitignore vendored
View File

@ -78,6 +78,7 @@ src/testdir/test.log
src/testdir/dostmp/*
src/testdir/messages
src/testdir/viminfo
src/testdir/opt_test.vim
src/memfile_test
src/json_test
src/message_test