From: Javier Carrasco Date: Wed, 14 Feb 2024 00:03:31 +0000 (+0100) Subject: selftests: uevent: add missing gitignore X-Git-Tag: v6.9-rc1~224^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c25db1d27abd78175d9802f52c1b75f3cf716f2c;p=thirdparty%2Fkernel%2Flinux.git 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 --- diff --git a/tools/testing/selftests/uevent/.gitignore b/tools/testing/selftests/uevent/.gitignore new file mode 100644 index 0000000000000..382afb74cd405 --- /dev/null +++ b/tools/testing/selftests/uevent/.gitignore @@ -0,0 +1 @@ +uevent_filtering