mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2026-05-15 07:29:46 -05:00
.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:
parent
5c0f771c59
commit
a2f8bedfca
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -11,6 +11,7 @@ tests
|
|||
|
||||
# Linux build output
|
||||
build/
|
||||
build-*/
|
||||
*.o
|
||||
|
||||
# Windows build output
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user