From: Bill Fischofer <[email protected]> Add the tests-linux-generic.env file to .gitignore
Signed-off-by: Bill Fischofer <[email protected]> --- /** Email created from pull request 254 (Bill-Fischofer-Linaro:test-gitignore) ** https://github.com/Linaro/odp/pull/254 ** Patch: https://github.com/Linaro/odp/pull/254.patch ** Base sha: f5120355753ae3d69f81010cb9131abffdfb03fc ** Merge commit sha: 53d7f910a699290154e312b2deadc2b83fde3e68 **/ 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 5dabf91c1..2ff19897c 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
