mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-04 10:46:19 +00:00
efb8ea04e4 Merge bitcoin-core/crc32c-subtree#8: Sync to upstream 4a7a05c48d Merge remote-tracking branch 'google/main' into bitcoin-fork 21fc8ef304 Fix typo (#59) 89f69843a1 Fix misspelled "Proccess" in comment 02e65f4fd3 Bump deps (#56) b9d6e825a1 Fix Windows CI build. (#54) bbbb93ab5d Switch CI to GitHub Actions (#55) d46cd17d70 Add clangd cache directory to .gitignore. git-subtree-dir: src/crc32c git-subtree-split: efb8ea04e4a5b6a18dc4bc1908fd1cb2dcefb585
29 lines
590 B
Plaintext
29 lines
590 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
|
|
!contrib/guix/patches/*.patch
|
|
!depends/patches/**/*.patch
|
|
|
|
/CMakeUserPresets.json
|
|
|
|
# Previous releases
|
|
/releases
|
|
|
|
# cargo default target dir
|
|
target/
|
|
|
|
/guix-build-*
|
|
|
|
/ci/scratch/
|