From: 오형석/동작제어Lab(SR)/Senior Engineer/삼성전자 Date: Mon, 14 May 2018 03:16:22 +0000 (+0900) Subject: Add gitignore: test report (#1192) X-Git-Tag: 0.2~929 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fc05d67133b9b6e24d559ea01fa3af743fef0fbe;p=platform%2Fcore%2Fml%2Fnnfw.git Add gitignore: test report (#1192) Update gitignore to ignore test report generated by tests/framework/run_test.sh Signed-off-by: Hyeongseok Oh --- diff --git a/.gitignore b/.gitignore index ddba013..0b1a350 100644 --- a/.gitignore +++ b/.gitignore @@ -63,6 +63,9 @@ GRTAGS # Test cache for model download /tests/framework/cache +# Test report +/report + # external libs /externals/absl/ /externals/eigen/