Update .gitignore #32392

pull AndreaLanfranchi wants to merge 1 commits into bitcoin:master from AndreaLanfranchi:gitignore changing 1 files +5 −0
  1. AndreaLanfranchi commented at 8:54 am on May 1, 2025: none

    Build process on WIndows creates the “out” folder by default which is not excluded from changes tracked by git. Also additional directories .vs and .vscode are created with files exclusively relevant to the local development environment: commits should not be dirtied by those.

    This PR

    • Excludes dirs used by VS family.
    • Also exclude “out” build directory (default on WIndows)
  2. Update .gitignore
    Exclude dirs used by VS family.
    Also exclude "out" build directory (default on WIndows)
    7c5f8076e1
  3. DrahtBot commented at 8:54 am on May 1, 2025: contributor

    The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

    Code Coverage & Benchmarks

    For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/32392.

    Reviews

    See the guideline for information on the review process. A summary of reviews will appear here.

  4. hebasto commented at 9:07 am on May 1, 2025: member
    We generally do not accept IDE-specific entries in the project’s .gitignore. Please adjust your build environment by other means.
  5. fanquake closed this on May 1, 2025

  6. AndreaLanfranchi deleted the branch on May 1, 2025

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: 2025-05-05 12:12 UTC

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