diff --git a/.gitignore b/.gitignore index 459317b4f..cb7b3ff6d 100644 --- a/.gitignore +++ b/.gitignore @@ -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/