Skip to content

deps,v8: un .gitignore test fixtures

Before

DEV D:\code\prws>git ls-files -i --exclude-standard
deps/v8/test/mjsunit/tools/profviz-test.log
deps/v8/test/mjsunit/tools/tickprocessor-test-func-info.log
deps/v8/test/mjsunit/tools/tickprocessor-test.log

DEV D:\code\prws>

After:

DEV D:\code\prws>git checkout remove-ignored-v8-artifacts
Switched to branch 'remove-ignored-v8-artifacts'
Your branch and 'refack/remove-ignored-v8-artifacts' have diverged,
and have 1 and 1 different commits each, respectively.
  (use "git pull" to merge the remote branch into yours)

DEV D:\code\prws>git ls-files -i --exclude-standard

DEV D:\code\prws>
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading