mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-19 09:53:47 +01:00
24 lines
293 B
Plaintext
24 lines
293 B
Plaintext
# 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
|
|
|
|
#build tests
|
|
test/lint/test_runner/target/
|
|
|
|
/guix-build-*
|
|
|
|
/ci/scratch/
|