mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 03:03:22 -03:00
Merge bitcoin/bitcoin#31498: depends: Ignore prefix directory on OpenBSD
3353d4a5e9
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: ACK3353d4a5e9
theuni: utACK3353d4a5e9
theStack: Tested ACK3353d4a5e9
🐟 Tree-SHA512: 82dfff1af974aa43c21e5e5a4483256d5ab4efdf1a15073fb864e635eff52eb8414346cda125f097af59e3342ac031a52683529f4e64df9fc60c8783fcd85e74
This commit is contained in:
commit
38dcf0f982
1 changed files with 1 additions and 0 deletions
1
depends/.gitignore
vendored
1
depends/.gitignore
vendored
|
@ -3,6 +3,7 @@ work/
|
||||||
built/
|
built/
|
||||||
sources/
|
sources/
|
||||||
x86_64*
|
x86_64*
|
||||||
|
amd64*
|
||||||
i686*
|
i686*
|
||||||
mips*
|
mips*
|
||||||
arm*
|
arm*
|
||||||
|
|
Loading…
Add table
Reference in a new issue