diff options
| author | eugene <[email protected]> | 2020-09-08 02:47:53 -0400 |
|---|---|---|
| committer | eugene <[email protected]> | 2020-09-08 02:47:53 -0400 |
| commit | fb3bacce69a39bf86288ece239c1be63518e11fb (patch) | |
| tree | b908ce55013874f22cd62f7cf3d06d3c7374f100 | |
| parent | build: use DIR_FUZZ_SEED_CORPUS if specified for cov_fuzz target (diff) | |
| download | discoin-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-- | .gitignore | 1 |
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 |