mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-19 01:42:58 +01:00
6 lines
165 B
Python
6 lines
165 B
Python
SHARED_EXCLUDED_SUBTREES = ["src/leveldb/",
|
|
"src/crc32c/",
|
|
"src/secp256k1/",
|
|
"src/minisketch/",
|
|
]
|