mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-09 02:59:31 +08:00
57315a6985 Merge bitcoin-core/secp256k1#1813: Remove trailing spaces and introduce `-Wtrailing-whitespace=any` compiler flag 86cae58d2f build: Add `-Wleading-whitespace=spaces` compiler flag fb229e7602 build: Add `-Wtrailing-whitespace=any` compiler flag 13e3bee504 refactor: Remove trailing whitespace 453949ab2a Merge bitcoin-core/secp256k1#1816: ci: Rotate Docker cache keys cd49c57e44 Merge bitcoin-core/secp256k1#1814: release process: mention the `[Unreleased]` link clearly 2ccff6eb73 ci: Add weekly schedule 2f18567d24 ci: Rotate Docker cache keys every 4 weeks 0ffb1749a5 ci, docker: Fix LLVM repository signature failure 0267b65512 release process: mention the `[Unreleased]` link clearly 1605b02f75 Merge bitcoin-core/secp256k1#1775: Add CMake build directory patterns to `.gitignore` 748c0fdd67 Add CMake build directory patterns to `.gitignore` 7eb86bdb01 autotools: Rename `build-aux` to `autotools-aux` git-subtree-dir: src/secp256k1 git-subtree-split: 57315a69853c9bd4765fccf20b541d47f1b45ca9
30 lines
607 B
Plaintext
30 lines
607 B
Plaintext
# Patterns that are specific to a text editor, IDE, operating system, or user
|
|
# environment are not added here. They should be added to your local gitignore
|
|
# file instead:
|
|
# https://docs.github.com/en/get-started/git-basics/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer
|
|
|
|
# Build subdirectories.
|
|
/*build*
|
|
!/build-aux
|
|
!/build_msvc
|
|
|
|
*.pyc
|
|
|
|
# Only ignore unexpected patches
|
|
*.patch
|
|
!ci/test/*.patch
|
|
!contrib/guix/patches/*.patch
|
|
!depends/patches/**/*.patch
|
|
|
|
/CMakeUserPresets.json
|
|
|
|
# Previous releases
|
|
/releases
|
|
|
|
# cargo default target dir
|
|
target/
|
|
|
|
/guix-build-*
|
|
|
|
/ci/scratch/
|