From 2851f57d2dabd76a79365b78fedc80d2ed3ac2d8 Mon Sep 17 00:00:00 2001 From: Javier Carrasco Date: Wed, 14 Feb 2024 01:03:33 +0100 Subject: [PATCH] selftests: thermal: intel: workload_hint: add missing gitignore The 'workload_hint_test' test generates an object with the same name, but there is no .gitignore file in the directory to add the object as stated in the selftest documentation. Add the missing .gitignore file and include 'workload_hint_test'. Signed-off-by: Javier Carrasco Signed-off-by: Shuah Khan --- tools/testing/selftests/thermal/intel/workload_hint/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/testing/selftests/thermal/intel/workload_hint/.gitignore diff --git a/tools/testing/selftests/thermal/intel/workload_hint/.gitignore b/tools/testing/selftests/thermal/intel/workload_hint/.gitignore new file mode 100644 index 000000000000..d697b034a3a8 --- /dev/null +++ b/tools/testing/selftests/thermal/intel/workload_hint/.gitignore @@ -0,0 +1 @@ +workload_hint_test