On Tue, Mar 7, 2017 at 3:25 AM, Christian Brabandt <[email protected]> wrote:
> On So, 05 Mär 2017, Bram Moolenaar wrote: > > Manuel Ortega wrote: > > > > > After a build and a `make clean`, I now find that `git status` shows: > > > "src/testdir/xxx" as an untracked item. > > > > > > This should either get cleaned up by `make clean`, or be gitignored. > > > > I also had this file, but after deleting it and running tests it doesn't > > come back. I suspect this problem is already fixed. > > I believe this comes from the newly generated opt_test.vim script. > Setting verbosefile=xxx will make Vim write out that file. > Please apply the attached patch > > I also saw a leftover netbeans file sometimes. But I couldn't reproduce > how this one was left over. > > I personally don't like how the src/testdir/opt_test.vim is generated. > Can't we do that as part of test1.in, so that it will always be > recreated on a new test run and not only when make test is called from > the src dir? > > Also you might want to add the src/testdir/opt_test.vim to the > .gitignorefile since it is auto generated and it litters the git status > output. The file I originally reported still reappears after doing a `git clean -fdx` and starting over. I applied Christian's patch. This stopped src/testdir/xxx from reappearing as an untracked file, but now `git status` warns me that `src/opt_test.vim` has been modified (this was not a problem when I made my original post). -Manny -- -- 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.
