From c84ff23c6daade5145d960e1ac26596ddede2da1 Mon Sep 17 00:00:00 2001 From: fanquake Date: Thu, 11 Jul 2019 12:20:28 +0800 Subject: build: 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 edc683e48b..999d8cac9a 100644 --- a/.gitignore +++ b/.gitignore @@ -132,3 +132,7 @@ db4/ # clang-check *.plist + +osx_volname +dist/ +*.background.tiff diff --git a/Makefile.am b/Makefile.am index 712f2a454d..8b1e2a6b5b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -310,4 +310,5 @@ clean-docs: clean-local: clean-docs 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 osx_volname dist/ dpi36.background.tiff dpi72.background.tiff -- cgit v1.2.3