Bug 1395427 p1 - Ignore tps logs/reports. r=tcsc

MozReview-Commit-ID: H69TLLMuCwH

--HG--
extra : rebase_source : 280d3f6c73117065c05a46d24e3a5a10408e0e22
This commit is contained in:
Edouard Oger 2017-09-21 15:44:13 -04:00
parent ecd18443a0
commit 56ecdf96b5
2 changed files with 8 additions and 0 deletions

4
.gitignore vendored
View File

@ -126,6 +126,10 @@ testing/talos/talos/tests/tp5n.zip
testing/talos/talos/tests/tp5n
testing/talos/talos/tests/devtools/damp.manifest.develop
# Ignore sync tps logs and reports
tps.log
tps_result.json
# Ignore files created when running a reftest.
lextab.py

View File

@ -150,6 +150,10 @@ GPATH
# tup database
^\.tup
# Ignore sync tps logs and reports
tps\.log
tps_result\.json
# Ignore Visual Studio Code workspace files.
\.vscode/(?!extensions\.json|tasks\.json)