From b4a61d7d4dca14d4c20c85877e6c793b0c4c57ba Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Thu, 25 May 2023 16:22:14 +0200 Subject: [PATCH] deps: don't gitignore base64 config.h 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 --- deps/base64/base64/.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/deps/base64/base64/.gitignore b/deps/base64/base64/.gitignore index 837a2306a6294b..52d197a9c4c04a 100644 --- a/deps/base64/base64/.gitignore +++ b/deps/base64/base64/.gitignore @@ -1,6 +1,5 @@ *.o bin/base64 -lib/config.h test/benchmark test/test_base64