From 56ecdf96b53f9b9adadc2d438364067db1ae9701 Mon Sep 17 00:00:00 2001 From: Edouard Oger Date: Thu, 21 Sep 2017 15:44:13 -0400 Subject: [PATCH] Bug 1395427 p1 - Ignore tps logs/reports. r=tcsc MozReview-Commit-ID: H69TLLMuCwH --HG-- extra : rebase_source : 280d3f6c73117065c05a46d24e3a5a10408e0e22 --- .gitignore | 4 ++++ .hgignore | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index f97e9d8f2d07..61261431867e 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/.hgignore b/.hgignore index f0ddb2507fce..d005d38a5bb1 100644 --- a/.hgignore +++ b/.hgignore @@ -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)