Skip to content

Commit fcef6db

Browse files
committed
Merge #17452: test: update fuzz directory in .gitignore
77ef48d gitignore: ignore fuzz binaries, remove test_bitcoin_fuzzy (Jon Atack) Pull request description: The fuzzing gitignores haven't been updated since a4153e2 in 2016 that added an initial simple fuzzing framework. This commit: - removes `src/test/test_bitcoin_fuzzy` which is no longer used in favor of `src/test/fuzz` - ignores the `src/test/fuzz` directory, then un-ignores files in it with an extension, to de-clutter the git status from all the generated binary files. Co-authored-by: Karl-Johan Alm <[email protected]> ACKs for top commit: practicalswift: ACK 77ef48d MarcoFalke: ACK 77ef48d Tree-SHA512: 1fef4fbe88ded1ecf039205ace0da2abbaabcaae6ac6674eb29f84ae2f2fc560c1341e75e664cc2e243aca5767253756dba73b90ef32c7dd07c7c638abe6daf0
2 parents cab3859 + 77ef48d commit fcef6db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ src/bitcoind
77
src/bitcoin-cli
88
src/bitcoin-tx
99
src/bitcoin-wallet
10+
src/test/fuzz
11+
!src/test/fuzz/*.*
1012
src/test/test_bitcoin
11-
src/test/test_bitcoin_fuzzy
1213
src/qt/test/test_bitcoin-qt
1314

1415
# autoreconf

0 commit comments

Comments
 (0)