mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-08 10:58:22 -03:00
23 lines
293 B
Text
23 lines
293 B
Text
# 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/
|