From 7fae6cbf1d370bce5af457ad07f97f290a99cb0d Mon Sep 17 00:00:00 2001 From: Corentin Wallez Date: Tue, 12 Jan 2021 09:23:37 +0000 Subject: [PATCH] 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 Auto-Submit: Corentin Wallez Reviewed-by: Stephen White --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3d6003b6d9..fcb6626aad 100644 --- a/.gitignore +++ b/.gitignore @@ -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