aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreugene <[email protected]>2020-09-08 02:47:53 -0400
committereugene <[email protected]>2020-09-08 02:47:53 -0400
commitfb3bacce69a39bf86288ece239c1be63518e11fb (patch)
treeb908ce55013874f22cd62f7cf3d06d3c7374f100
parentbuild: use DIR_FUZZ_SEED_CORPUS if specified for cov_fuzz target (diff)
downloaddiscoin-fb3bacce69a39bf86288ece239c1be63518e11fb.tar.xz
discoin-fb3bacce69a39bf86288ece239c1be63518e11fb.zip
.gitignore: ignore qa-assets/ folder
This commit ignores the qa-assets/ folder in case a user is running the cov_fuzz target without DIR_FUZZ_SEED_CORPUS set. In this case, the qa-assets folder is assumed to live in the bitcoin directory and should be ignored by git.
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1173edfaa..5726b1892 100644
--- a/.gitignore
+++ b/.gitignore
@@ -122,6 +122,7 @@ total.coverage/
fuzz.coverage/
coverage_percent.txt
/cov_tool_wrapper.sh
+qa-assets/
#build tests
linux-coverage-build