build: ignore common editor files #27275

pull Bushstar wants to merge 1 commits into bitcoin:master from Bushstar:gitignore-add-ides changing 1 files +3 −1
  1. Bushstar commented at 8:28 AM on March 17, 2023: contributor

    Add IntelliJ and Visual Studio Code editor files to .gitignore. Small QOL change :)

  2. build: ignore common editor files 261b9da1b5
  3. DrahtBot commented at 8:28 AM on March 17, 2023: member

    <!--e57a25ab6845829454e8d69fc972939a-->

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

    <!--021abf342d371248e50ceaed478a90ca-->

    Reviews

    See the guideline for information on the review process.

    Type Reviewers
    Concept NACK fanquake

    If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.

  4. DrahtBot added the label Build system on Mar 17, 2023
  5. fanquake commented at 8:29 AM on March 17, 2023: member

    NACK. Feel free to add to your local (global) .gitignore.

  6. Bushstar commented at 8:32 AM on March 17, 2023: contributor

    If so should the Qt Creator entry be removed or leave it as this project uses Qt?

  7. willcl-ark commented at 9:17 AM on March 17, 2023: member

    @Bushstar I add project specific things to .git/info/exclude inside the project. But perhaps more helpful for you if you are using an IDE like that is if you add a global gitignore and reference it in your git config:

    [core]
    	excludesfile = /path/to/your/gitignore_global
    

    Then you'll never be bothered by it again yourself.

  8. fanquake commented at 9:28 AM on March 17, 2023: member

    If so should the Qt Creator entry be removed or leave it as this project uses Qt?

    Can probably just leave things as-is. At some point we had instructions for using Qt Creator.

  9. fanquake closed this on Mar 17, 2023

  10. Bushstar deleted the branch on Mar 17, 2023
  11. Bushstar commented at 9:30 AM on March 17, 2023: contributor

    @willcl-ark top tips. I now have a global .gitignore file.

  12. fanquake locked this on Mar 21, 2023

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 21:13 UTC

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