[build] Add missing stuff to clean-local

- test/functional/test_framework/__pycache__
- test/cache
This commit is contained in:
Karl-Johan Alm 2017-12-07 13:08:10 +09:00
parent c17f11f7b4
commit b3411435ae
No known key found for this signature in database
GPG Key ID: 57AF762DB3353322
1 changed files with 1 additions and 1 deletions

View File

@ -279,4 +279,4 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-man
clean-local:
rm -rf coverage_percent.txt test_bitcoin.coverage/ total.coverage/ test/tmp/ cache/ $(OSX_APP)
rm -rf test/functional/__pycache__
rm -rf test/functional/__pycache__ test/functional/test_framework/__pycache__ test/cache