mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-14 11:21:40 +00:00
gitignore /build*/ folders
Useful when making multiple out of source builds from the same source. Also made it ignore only build folders from the root, in case there's any "build*" subfolder in the tree. Change-Id: I0140bb3aed73d2e88a6f1165f2b4c80fb99a8cf8 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/51141 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Antonio Maiorano <amaiorano@google.com>
This commit is contained in:
parent
a240c480fa
commit
5f5f79c71f
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,7 +6,7 @@
|
|||||||
.vscode/*
|
.vscode/*
|
||||||
!.vscode/tasks.json
|
!.vscode/tasks.json
|
||||||
.idea
|
.idea
|
||||||
build
|
/build*/
|
||||||
buildtools
|
buildtools
|
||||||
cmake-build-*/
|
cmake-build-*/
|
||||||
coverage.summary
|
coverage.summary
|
||||||
|
Loading…
x
Reference in New Issue
Block a user