From a9997c778ebde6785f82d83831ddfafffd131fa6 Mon Sep 17 00:00:00 2001 From: Kittywhiskers Van Gogh <63189531+kittywhiskers@users.noreply.github.com> Date: Thu, 11 Nov 2021 18:36:08 +0530 Subject: [PATCH] merge bitcoin#16371: ignore macOS make deploy artefacts & add them to clean-local --- .gitignore | 4 ++++ Makefile.am | 1 + 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 8548dfca3a..40cdce86e0 100644 --- a/.gitignore +++ b/.gitignore @@ -151,3 +151,7 @@ cmake-build-debug # clang-check *.plist + +osx_volname +dist/ +*.background.tiff diff --git a/Makefile.am b/Makefile.am index 6dda94fbd8..195622c38f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -304,3 +304,4 @@ clean-docs: clean-local: clean-docs 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 osx_volname dist/ dpi36.background.tiff dpi72.background.tiff