diff options
author | eugene <elzeigel@gmail.com> | 2020-09-08 02:47:53 -0400 |
---|---|---|
committer | eugene <elzeigel@gmail.com> | 2020-09-08 02:47:53 -0400 |
commit | fb3bacce69a39bf86288ece239c1be63518e11fb (patch) | |
tree | b908ce55013874f22cd62f7cf3d06d3c7374f100 | |
parent | a9f201439a84096a209bebc11705656b08d1b488 (diff) |
.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 1173edfaa7..5726b18928 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 |