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 <alexw@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2001293
Reviewed-by: Konsta Holtta <kholtta@nvidia.com>
Reviewed-by: Nicolas Benech <nbenech@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Alex Waterman
2019-01-22 15:23:28 -08:00
committed by mobile promotions
parent a31980359f
commit 111678e94d

View File

@@ -3,3 +3,7 @@ build/
# The annoying GCC debug files # The annoying GCC debug files
*.gcno *.gcno
*.gcda *.gcda
# The HTML, etc, generated by the unit test script.
results.html
results.json