Skip to content

Commit c84ff23

Browse files
committed
build: ignore macOS make deploy artefacts & add them to clean-local
1 parent b799ebc commit c84ff23

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
@@ -132,3 +132,7 @@ db4/
132132

133133
# clang-check
134134
*.plist
135+
136+
osx_volname
137+
dist/
138+
*.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)