This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, master has been updated via e826613858543e50a2ec74598f8c2c6fd4bfa064 (commit) via 503722802274ff5de09144613d9262e2cfdb3077 (commit) from 5329228e260d36de62c3edf3c1a3f08ab95fd558 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit e826613858543e50a2ec74598f8c2c6fd4bfa064 Author: Bill Fischofer bill.fischofer@linaro.org Date: Mon Oct 23 20:04:53 2017 -0500
linux-generic: test: add missing file to .gitignore
Add the tests-linux-generic.env file to .gitignore
Signed-off-by: Bill Fischofer bill.fischofer@linaro.org Signed-off-by: Dmitry Eremin-Solenikov dmitry.ereminsolenikov@linaro.org Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
diff --git a/platform/linux-generic/test/.gitignore b/platform/linux-generic/test/.gitignore index 5dabf91c..2ff19897 100644 --- a/platform/linux-generic/test/.gitignore +++ b/platform/linux-generic/test/.gitignore @@ -1,3 +1,4 @@ *.log *.trs +tests-linux-generic.env tests-validation.env
commit 503722802274ff5de09144613d9262e2cfdb3077 Author: Bill Fischofer bill.fischofer@linaro.org Date: Mon Oct 23 20:04:21 2017 -0500
test: validation: add missing file to .gitignore
Add the tests-validation.env file to .gitignore.
Signed-off-by: Bill Fischofer bill.fischofer@linaro.org Signed-off-by: Dmitry Eremin-Solenikov dmitry.ereminsolenikov@linaro.org Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
diff --git a/test/validation/api/.gitignore b/test/validation/api/.gitignore index 7e563b8b..5dabf91c 100644 --- a/test/validation/api/.gitignore +++ b/test/validation/api/.gitignore @@ -1,2 +1,3 @@ *.log *.trs +tests-validation.env
-----------------------------------------------------------------------
Summary of changes: platform/linux-generic/test/.gitignore | 1 + test/validation/api/.gitignore | 1 + 2 files changed, 2 insertions(+)
hooks/post-receive