mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 11:27:28 -03:00
5 lines
165 B
Python
5 lines
165 B
Python
SHARED_EXCLUDED_SUBTREES = ["src/leveldb/",
|
|
"src/crc32c/",
|
|
"src/secp256k1/",
|
|
"src/minisketch/",
|
|
]
|