bitcoin/test/lint/lint_ignore_dirs.py
2025-04-17 15:32:03 +01:00

11 lines
420 B
Python

#!/usr/bin/env python3
# Copyright (c) 2024 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
SHARED_EXCLUDED_SUBTREES = ["src/leveldb/",
"src/crc32c/",
"src/secp256k1/",
"src/minisketch/",
"src/ipc/libmultiprocess/",
]