Skip to content

Commit fb3bacc

Browse files
committed
.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.
1 parent a9f2014 commit fb3bacc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ total.coverage/
122122
fuzz.coverage/
123123
coverage_percent.txt
124124
/cov_tool_wrapper.sh
125+
qa-assets/
125126

126127
#build tests
127128
linux-coverage-build

0 commit comments

Comments
 (0)