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 | |
parent | b799ebcc17ea914b6e50f97f008f498ca31e0f36 (diff) |
build: ignore macOS make deploy artefacts & add them to clean-local
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
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 |