mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
merge bitcoin#16371: ignore macOS make deploy artefacts & add them to clean-local
This commit is contained in:
parent
52b972a3a4
commit
a9997c778e
4
.gitignore
vendored
4
.gitignore
vendored
@ -151,3 +151,7 @@ cmake-build-debug
|
|||||||
|
|
||||||
# clang-check
|
# clang-check
|
||||||
*.plist
|
*.plist
|
||||||
|
|
||||||
|
osx_volname
|
||||||
|
dist/
|
||||||
|
*.background.tiff
|
||||||
|
@ -304,3 +304,4 @@ clean-docs:
|
|||||||
clean-local: clean-docs
|
clean-local: clean-docs
|
||||||
rm -rf coverage_percent.txt test_dash.coverage/ total.coverage/ test/tmp/ cache/ $(OSX_APP)
|
rm -rf coverage_percent.txt test_dash.coverage/ total.coverage/ test/tmp/ cache/ $(OSX_APP)
|
||||||
rm -rf test/functional/__pycache__ test/functional/test_framework/__pycache__ test/cache share/rpcauth/__pycache__
|
rm -rf test/functional/__pycache__ test/functional/test_framework/__pycache__ test/cache share/rpcauth/__pycache__
|
||||||
|
rm -rf osx_volname dist/ dpi36.background.tiff dpi72.background.tiff
|
||||||
|
Loading…
Reference in New Issue
Block a user