Add new third-party dependencies to .gitignore
Bug: dawn:447, dawn:580 Change-Id: I0f9eb17f1c7d91a3688b3e4d888c125b390f0794 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/37200 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Auto-Submit: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Stephen White <senorblanco@chromium.org>
This commit is contained in:
parent
64275742e0
commit
7fae6cbf1d
|
@ -7,7 +7,7 @@
|
|||
build
|
||||
buildtools
|
||||
testing
|
||||
third_party/binutils/
|
||||
third_party/angle/
|
||||
third_party/clang-format/
|
||||
third_party/glfw/
|
||||
third_party/glm/
|
||||
|
@ -20,6 +20,8 @@ third_party/shaderc/
|
|||
third_party/swiftshader/
|
||||
third_party/tint/
|
||||
third_party/vulkan-deps/
|
||||
third_party/vulkan_memory_allocator/
|
||||
third_party/zlib/
|
||||
tools
|
||||
out
|
||||
|
||||
|
|
Loading…
Reference in New Issue