Skip to content

tools: don't gitignore base64 config.h

Rodrigo Muino Tomonari requested to merge github/fork/bnoordhuis/fix47638 into main

The file is checked into git. Ignoring it causes a very non-obvious way of breaking tarball builds:

  1. Download and unpack tarball
  2. Check the sources into git with git init; git add .; git commit -a
  3. Clean the source tree with git clean -dfx
  4. Run ./configure && make
  5. Observe build failure because config.h is missing

Fixes: https://github.com/nodejs/node/issues/47638

Merge request reports

Loading