mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-25 10:31:20 +02:00
.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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -122,6 +122,7 @@ total.coverage/
|
||||
fuzz.coverage/
|
||||
coverage_percent.txt
|
||||
/cov_tool_wrapper.sh
|
||||
qa-assets/
|
||||
|
||||
#build tests
|
||||
linux-coverage-build
|
||||
|
Reference in New Issue
Block a user