.gitignore: ignore build-*/ alongside build/

Local CMake build dirs use suffixed names (build-vs/, build-asan/,
build-aresbridge/) for parallel build configs; pattern was missing.
This commit is contained in:
Matthew Stanley 2026-05-03 22:44:58 -07:00
parent 5c0f771c59
commit a2f8bedfca

1
.gitignore vendored
View File

@ -11,6 +11,7 @@ tests
# Linux build output
build/
build-*/
*.o
# Windows build output