Skip to content

Commit b4a61d7

Browse files
committed
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: #47638
1 parent 5275843 commit b4a61d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deps/base64/base64/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
*.o
22
bin/base64
3-
lib/config.h
43
test/benchmark
54
test/test_base64
65

0 commit comments

Comments
 (0)