Building with --enable-fuzz results in git status showing all the fuzz binaries as untracked files. This adds rules to
- ignore everything in
src/test/fuzz/, - unignore everything with an extension in
src/test/fuzz/.
The rules are added at the top to not overrule things like *.o ignores.