mirror of https://github.com/bitcoin/bitcoin.git
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/
|