We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b799ebc commit c84ff23Copy full SHA for c84ff23
.gitignore
@@ -132,3 +132,7 @@ db4/
132
133
# clang-check
134
*.plist
135
+
136
+osx_volname
137
+dist/
138
+*.background.tiff
Makefile.am
@@ -310,4 +310,5 @@ clean-docs:
310
clean-local: clean-docs
311
rm -rf coverage_percent.txt test_bitcoin.coverage/ total.coverage/ test/tmp/ cache/ $(OSX_APP)
312
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
314
0 commit comments