mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 03:47:29 -03:00
build: ignore macOS make deploy artefacts & add them to clean-local
This commit is contained in:
parent
b799ebcc17
commit
c84ff23c6d
2 changed files with 5 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -132,3 +132,7 @@ db4/
|
||||||
|
|
||||||
# clang-check
|
# clang-check
|
||||||
*.plist
|
*.plist
|
||||||
|
|
||||||
|
osx_volname
|
||||||
|
dist/
|
||||||
|
*.background.tiff
|
||||||
|
|
|
@ -310,4 +310,5 @@ clean-docs:
|
||||||
clean-local: clean-docs
|
clean-local: clean-docs
|
||||||
rm -rf coverage_percent.txt test_bitcoin.coverage/ total.coverage/ test/tmp/ cache/ $(OSX_APP)
|
rm -rf coverage_percent.txt test_bitcoin.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 a new issue