.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.
This commit is contained in:
eugene 2020-09-08 02:47:53 -04:00
parent a9f201439a
commit fb3bacce69

1
.gitignore vendored
View file

@ -122,6 +122,7 @@ total.coverage/
fuzz.coverage/
coverage_percent.txt
/cov_tool_wrapper.sh
qa-assets/
#build tests
linux-coverage-build