Bug 1737741 - Ignore pytest artifacts in VCS. r=ahal

Differential Revision: https://phabricator.services.mozilla.com/D129464
This commit is contained in:
Mathew Hodson 2021-11-02 14:33:49 +00:00
parent c9b9e30776
commit 2320ff56d2
2 changed files with 6 additions and 0 deletions

3
.gitignore vendored
View File

@ -160,6 +160,9 @@ testing/talos/talos/tests/devtools/damp.manifest.develop
tps.log
tps_result.json
# Unit test
.pytest_cache/
# Ignore files created when running a reftest.
lextab.py

View File

@ -184,6 +184,9 @@ _OPT\.OBJ/
# Ignore toolchains.json created by tooltool.
^toolchains\.json
# Unit test
\.pytest_cache/
# Ignore files created when running a reftest.
^lextab.py$