From 85b6ff49a37f0f464b342851a7a88ea15370804a Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Mon, 19 Jun 2023 20:12:38 +0000 Subject: [PATCH] Bug 1834558: chore(webgpu): sync `.gitignore` with `.hgignore` for WebGPU r=webgpu-reviewers,nical Depends on D181307 Differential Revision: https://phabricator.services.mozilla.com/D181308 --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 166279f9de7a..8e82cd43d5a0 100644 --- a/.gitignore +++ b/.gitignore @@ -118,6 +118,11 @@ devtools/**/node_modules # Ignore browsertime output directory browsertime-results +# Ignore the build directories of WebGPU and WebRender standalone builds. +gfx/wgpu/target +gfx/wgpu/.*/build +gfx/wr/target/ + # Tag files generated by GNU Global GTAGS GRTAGS @@ -141,6 +146,7 @@ mobile/android/gradle/.gradle /servo/ports/geckolib/target/ /dom/base/rust/target/ /servo/components/style/target/ +/dom/webgpu/tests/cts/vendor/target/ # Ignore mozharness execution files testing/mozharness/.tox/