From 4b7b4291dee2fef9148563be3eeb0034cc3bf5df Mon Sep 17 00:00:00 2001 From: Javier Carrasco Date: Wed, 14 Feb 2024 01:03:32 +0100 Subject: [PATCH] selftests: thermal: intel: power_floor: add missing gitignore The 'power_floor' 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 'power_floor'. Signed-off-by: Javier Carrasco Signed-off-by: Shuah Khan --- tools/testing/selftests/thermal/intel/power_floor/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/testing/selftests/thermal/intel/power_floor/.gitignore diff --git a/tools/testing/selftests/thermal/intel/power_floor/.gitignore b/tools/testing/selftests/thermal/intel/power_floor/.gitignore new file mode 100644 index 000000000000..1b9a76406f18 --- /dev/null +++ b/tools/testing/selftests/thermal/intel/power_floor/.gitignore @@ -0,0 +1 @@ +power_floor_test -- 2.25.1