Skip to content
Merged
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ tools/
# CMake out-of-source build trees (any name starting with `build-`).
# Catches build-spv/, build-qt/, build-relwithdebinfo/, etc.
/build-*/
# Same, underscore-separated (build_dgb/, build_spv/, etc.).
/build_*/

# Vendored third-party libraries under external/ (e.g. external/dashbls).
# Source is tracked on the relevant branch; these are autotools/CMake/
Expand Down
Loading