From 46dd4a888a53e702d2bc6bb51d50e3eb01dd3c2e Mon Sep 17 00:00:00 2001 From: Bill Fischofer Date: Mon, 23 Oct 2017 20:04:21 -0500 Subject: [PATCH 1/2] test: validation: add missing file to .gitignore Add the tests-validation.env file to .gitignore. Signed-off-by: Bill Fischofer --- test/validation/api/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/test/validation/api/.gitignore b/test/validation/api/.gitignore index 7e563b8b30..5dabf91c10 100644 --- a/test/validation/api/.gitignore +++ b/test/validation/api/.gitignore @@ -1,2 +1,3 @@ *.log *.trs +tests-validation.env From 221b55deba67552d4196cd3df7091ded64007938 Mon Sep 17 00:00:00 2001 From: Bill Fischofer Date: Mon, 23 Oct 2017 20:04:53 -0500 Subject: [PATCH 2/2] linux-generic: test: add missing file to .gitignore Add the tests-linux-generic.env file to .gitignore Signed-off-by: Bill Fischofer --- platform/linux-generic/test/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/linux-generic/test/.gitignore b/platform/linux-generic/test/.gitignore index 5dabf91c10..2ff19897c2 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