Skip to content

Cleanup backup files and add them to .gitignore

Rodrigo Muino Tomonari requested to merge github/fork/AdamMajer/cleanup into master
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

There seem to be backup files left over in the source tree when npm was updated in PR:https://github.com/nodejs/node/pull/28525

I've added a check in lint Makefile target that attempts to detect these backup files in the future. Maybe better place for it?

Merge request reports

Loading