mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
5 lines
165 B
Python
5 lines
165 B
Python
SHARED_EXCLUDED_SUBTREES = ["src/leveldb/",
|
|
"src/crc32c/",
|
|
"src/secp256k1/",
|
|
"src/minisketch/",
|
|
]
|