Skip to content

tools,build: .gitignore tweaks

Using git ls-files -i --exclude-standard to find tracked files that match ignore patterns.

Before

https://gist.github.com/refack/62edafbbc788783ca9a7b8ee8354ae1c

After

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
tools/doc/package-lock.json
tools/remark-cli/package-lock.json
tools/remark-preset-lint-node/package-lock.json

The mismatch with package-lock.json files is fixed in https://github.com/nodejs/node/pull/17330

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

tools,build

Merge request reports

Loading