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:
Corentin Wallez 2021-01-12 09:23:37 +00:00 committed by Commit Bot service account
parent 64275742e0
commit 7fae6cbf1d
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -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