mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
28 lines
355 B
Text
28 lines
355 B
Text
# Build subdirectories.
|
|
/*build*
|
|
!/build_msvc
|
|
|
|
*.pyc
|
|
|
|
# Only ignore unexpected patches
|
|
*.patch
|
|
!contrib/guix/patches/*.patch
|
|
!depends/patches/**/*.patch
|
|
|
|
/CMakeUserPresets.json
|
|
# Merge script log
|
|
/merge.log
|
|
|
|
# Test cache
|
|
/test/cache/
|
|
/test/config.ini
|
|
|
|
# Previous releases
|
|
/releases
|
|
|
|
#build tests
|
|
test/lint/test_runner/target/
|
|
|
|
/guix-build-*
|
|
|
|
/ci/scratch/
|