From: Bill Fischofer <[email protected]> Add the tests-validation.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 **/ test/validation/api/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/test/validation/api/.gitignore b/test/validation/api/.gitignore index 7e563b8b3..5dabf91c1 100644 --- a/test/validation/api/.gitignore +++ b/test/validation/api/.gitignore @@ -1,2 +1,3 @@ *.log *.trs +tests-validation.env
