mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 02:33:24 -03:00
6 lines
165 B
Python
6 lines
165 B
Python
|
SHARED_EXCLUDED_SUBTREES = ["src/leveldb/",
|
||
|
"src/crc32c/",
|
||
|
"src/secp256k1/",
|
||
|
"src/minisketch/",
|
||
|
]
|