From 111678e94d0bff26bc80b8a125be8c83d7b444bc Mon Sep 17 00:00:00 2001 From: Alex Waterman Date: Tue, 22 Jan 2019 15:23:28 -0800 Subject: [PATCH] gpu: nvgpu: userspace: Add results.{html,json} to ignore These files get generated by the unit test framework. As such they do not need to be checked into the repo. JIRA NVGPU-1737 Change-Id: I3152e717611ebafd2621eae5b022809b0b97d08c Signed-off-by: Alex Waterman Reviewed-on: https://git-master.nvidia.com/r/2001293 Reviewed-by: Konsta Holtta Reviewed-by: Nicolas Benech GVS: Gerrit_Virtual_Submit Reviewed-by: mobile promotions Tested-by: mobile promotions --- userspace/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/userspace/.gitignore b/userspace/.gitignore index 96a32b681..9f3f58901 100644 --- a/userspace/.gitignore +++ b/userspace/.gitignore @@ -3,3 +3,7 @@ build/ # The annoying GCC debug files *.gcno *.gcda + +# The HTML, etc, generated by the unit test script. +results.html +results.json