diff options
author | fanquake <fanquake@gmail.com> | 2019-07-11 12:20:28 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2019-08-14 08:07:12 +0800 |
commit | c84ff23c6daade5145d960e1ac26596ddede2da1 (patch) | |
tree | 5ff63910083384b92e19c8a80d6c9aecd799bc7e /Makefile.am | |
parent | b799ebcc17ea914b6e50f97f008f498ca31e0f36 (diff) |
build: ignore macOS make deploy artefacts & add them to clean-local
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |