mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 19:37:27 -03:00
build: Add missed fuzz.coverage/ directory to .gitignore
This commit is contained in:
parent
8ebc0505e9
commit
75f9659d7a
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -119,6 +119,7 @@ releases
|
||||||
/*.info
|
/*.info
|
||||||
test_bitcoin.coverage/
|
test_bitcoin.coverage/
|
||||||
total.coverage/
|
total.coverage/
|
||||||
|
fuzz.coverage/
|
||||||
coverage_percent.txt
|
coverage_percent.txt
|
||||||
/cov_tool_wrapper.sh
|
/cov_tool_wrapper.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue