From c25db1d27abd78175d9802f52c1b75f3cf716f2c Mon Sep 17 00:00:00 2001 From: Javier Carrasco Date: Wed, 14 Feb 2024 01:03:31 +0100 Subject: selftests: uevent: add missing gitignore The 'uevent_filtering' 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 'uevent_filtering'. Signed-off-by: Javier Carrasco Signed-off-by: Shuah Khan --- tools/testing/selftests/uevent/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/testing/selftests/uevent/.gitignore (limited to 'tools/testing') diff --git a/tools/testing/selftests/uevent/.gitignore b/tools/testing/selftests/uevent/.gitignore new file mode 100644 index 000000000000..382afb74cd40 --- /dev/null +++ b/tools/testing/selftests/uevent/.gitignore @@ -0,0 +1 @@ +uevent_filtering -- cgit v1.2.3-59-g8ed1b