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_fuzzywhich is no longer used in favor ofsrc/test/fuzz - ignores the
src/test/fuzzdirectory, 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 karljohan-alm@garage.co.jp