mirror of
https://github.com/bitcoin/bitcoin
synced 2025-10-06 03:52:46 +02:00
13 lines
414 B
Python
13 lines
414 B
Python
#!/usr/bin/env python3
|
|
#
|
|
# Copyright (c) 2024-present The Bitcoin Core developers
|
|
# Distributed under the MIT software license, see the accompanying
|
|
# file COPYING or https://opensource.org/license/mit.
|
|
|
|
SHARED_EXCLUDED_SUBTREES = ["src/leveldb/",
|
|
"src/crc32c/",
|
|
"src/secp256k1/",
|
|
"src/minisketch/",
|
|
"src/ipc/libmultiprocess/",
|
|
]
|