gitignore: add fuzz binaries #17855

pull kallewoof wants to merge 1 commits into bitcoin:master from kallewoof:200103-gitignore-fuzz-binaries changing 1 files +7 −0
  1. kallewoof commented at 8:50 AM on January 3, 2020: member

    Building with --enable-fuzz results in git status showing all the fuzz binaries as untracked files. This adds rules to

    1. ignore everything in src/test/fuzz/,
    2. unignore everything with an extension in src/test/fuzz/.

    The rules are added at the top to not overrule things like *.o ignores.

  2. gitignore: add fuzz binaries 27c9c61444
  3. in .gitignore:3 in 27c9c61444
       0 | @@ -1,3 +1,10 @@
       1 | +# fuzzer binaries (we want these at top, because later on we re-ignore things like *.o, .deps, etc)
       2 | +# first ignore all
       3 | +src/test/fuzz/*
    


    jonatack commented at 9:21 AM on January 3, 2020:

    Began addressing the same issue with #17452, which I needed to add the unignore line to.

  4. kallewoof commented at 9:23 AM on January 3, 2020: member

    Oh, didn't realize there was a PR already. You should consider adding the unignore line (!...) though.

  5. kallewoof closed this on Jan 3, 2020

  6. kallewoof deleted the branch on Jan 3, 2020
  7. jonatack commented at 9:25 AM on January 3, 2020: member

    Thanks, agreed! I was procrastinating on it. I could just remove src/test/test_bitcoin_fuzzy and leave the rest to this PR if you like.

  8. DrahtBot locked this on Feb 15, 2022
Contributors

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-14 18:14 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me