Skip to content

Commit 77ef48d

Browse files
jonatackkallewoof
andcommitted
gitignore: ignore fuzz binaries, remove test_bitcoin_fuzzy
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 any files in it with an extension Co-authored-by: Karl-Johan Alm <karljohan-alm@garage.co.jp>
1 parent 80fdb6f commit 77ef48d

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)