Skip to content

Commit

Permalink
Bug 1737741 - Ignore pytest artifacts in VCS. r=ahal
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewhodson committed Nov 2, 2021
1 parent c9b9e30 commit 2320ff5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 3 additions & 0 deletions .hgignore
Original file line number Diff line number Diff line change
Expand Up @@ -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$

Expand Down

0 comments on commit 2320ff5

Please sign in to comment.