mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
lint: Add lint runner build dir and lint pycache to clean task
This commit is contained in:
parent
cfa057b86d
commit
742d2b9347
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ clean-docs:
|
|||
clean-local: clean-docs
|
||||
rm -rf coverage_percent.txt test_bitcoin.coverage/ total.coverage/ fuzz.coverage/ test/tmp/ cache/ $(OSX_APP)
|
||||
rm -rf test/functional/__pycache__ test/functional/test_framework/__pycache__ test/cache share/rpcauth/__pycache__
|
||||
rm -rf osx_volname dist/
|
||||
rm -rf osx_volname dist/ test/lint/test_runner/target/ test/lint/__pycache__
|
||||
|
||||
test-security-check:
|
||||
if TARGET_DARWIN
|
||||
|
|
Loading…
Add table
Reference in a new issue