mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-08 12:19:07 +02:00
Merge bitcoin/bitcoin#31498: depends: Ignore prefix directory on OpenBSD
3353d4a5e9fc8887b2ebe54d49ec0675147d9d47 depends: Ignore prefix directory on OpenBSD (Hennadii Stepanov)
Pull request description:
On OpenBSD, the prefix directory is named as follows:
```
$ gmake --no-print-directory -C depends print-x86_64_openbsd_prefix
x86_64_openbsd_prefix=/home/hebasto/dev/bitcoin/depends/amd64-unknown-openbsd7.6
```
This name does not match any pattern in `depends/.gitignore`.
This PR resolves this issue.
ACKs for top commit:
tdb3:
ACK 3353d4a5e9fc8887b2ebe54d49ec0675147d9d47
theuni:
utACK 3353d4a5e9fc8887b2ebe54d49ec0675147d9d47
theStack:
Tested ACK 3353d4a5e9fc8887b2ebe54d49ec0675147d9d47 🐟
Tree-SHA512: 82dfff1af974aa43c21e5e5a4483256d5ab4efdf1a15073fb864e635eff52eb8414346cda125f097af59e3342ac031a52683529f4e64df9fc60c8783fcd85e74
This commit is contained in:
commit
38dcf0f982
1
depends/.gitignore
vendored
1
depends/.gitignore
vendored
@ -3,6 +3,7 @@ work/
|
||||
built/
|
||||
sources/
|
||||
x86_64*
|
||||
amd64*
|
||||
i686*
|
||||
mips*
|
||||
arm*
|
||||
|
Loading…
x
Reference in New Issue
Block a user