gitignore /build-*
I like to create multiple build folders at the root for different types of CMake builds: build-clang build_asan etc. Don't want these showing up in git status. Change-Id: I03fe5a812f7090e6d6481a5b07bc8c95a33ac106 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/90601 Commit-Queue: Antonio Maiorano <amaiorano@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
parent
8ba6e1d6ec
commit
7c92ebe9ea
|
@ -121,6 +121,7 @@ coverage.summary
|
||||||
default.profraw
|
default.profraw
|
||||||
lcov.info
|
lcov.info
|
||||||
/cmake-build-*/
|
/cmake-build-*/
|
||||||
|
/build-*/
|
||||||
/testing
|
/testing
|
||||||
|
|
||||||
### Clang-Tidy files
|
### Clang-Tidy files
|
||||||
|
|
Loading…
Reference in New Issue