Skip to content

Commit 8ee572f

Browse files
committed
Merge #16371: build: ignore macOS make deploy artefacts & add them to clean-local
c84ff23 build: ignore macOS make deploy artefacts & add them to clean-local (fanquake) Pull request description: ACKs for top commit: hebasto: ACK c84ff23, tested on Linux Mint 19.2: dongcarl: ACK c84ff23 Tree-SHA512: 5a6525a5e433a7279807cc02d3f47bb7f4bd5da8142a945b21d3bfa71938cac823569b34b071e21525a817a187fb02a562bb1c5a9761e2019a2b0900a51a8315
2 parents 70b12af + c84ff23 commit 8ee572f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,7 @@ db4/
133133

134134
# clang-check
135135
*.plist
136+
137+
osx_volname
138+
dist/
139+
*.background.tiff

Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,4 +310,5 @@ clean-docs:
310310
clean-local: clean-docs
311311
rm -rf coverage_percent.txt test_bitcoin.coverage/ total.coverage/ test/tmp/ cache/ $(OSX_APP)
312312
rm -rf test/functional/__pycache__ test/functional/test_framework/__pycache__ test/cache share/rpcauth/__pycache__
313+
rm -rf osx_volname dist/ dpi36.background.tiff dpi72.background.tiff
313314

0 commit comments

Comments
 (0)