Add gitignore: test report (#1192)
author오형석/동작제어Lab(SR)/Senior Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 14 May 2018 03:16:22 +0000 (12:16 +0900)
committer서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>
Mon, 14 May 2018 03:16:22 +0000 (12:16 +0900)
Update gitignore to ignore test report generated by tests/framework/run_test.sh

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
.gitignore

index ddba013..0b1a350 100644 (file)
@@ -63,6 +63,9 @@ GRTAGS
 # Test cache for model download
 /tests/framework/cache
 
+# Test report
+/report
+
 # external libs
 /externals/absl/
 /externals/eigen/