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
This commit is contained in:
Erich Gubler 2023-06-19 20:12:38 +00:00
Родитель 1b8f17526b
Коммит 85b6ff49a3
1 изменённых файлов: 6 добавлений и 0 удалений

6
.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/