Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,14 @@ SHA256SUMS
CLAUDE.md

external-logs/
tools/
# tools/ holds build artifacts (ignored) EXCEPT the DASH masternode-set
# checkpoint generator, which is tracked release source: the checkpoints
# README + .inc headers instruct operators to run it at release time (#955).
tools/*
!tools/dash/
tools/dash/*
!tools/dash/gen_mn_checkpoint.py
!tools/dash/test_gen_mn_checkpoint.py

# CMake out-of-source build trees (any name starting with `build-`).
# Catches build-spv/, build-qt/, build-relwithdebinfo/, etc.
Expand Down
Loading
Loading