selftests: uevent: add missing gitignore
authorJavier Carrasco <javier.carrasco.cruz@gmail.com>
Wed, 14 Feb 2024 00:03:31 +0000 (01:03 +0100)
committerShuah Khan <skhan@linuxfoundation.org>
Tue, 20 Feb 2024 23:30:40 +0000 (16:30 -0700)
commitc25db1d27abd78175d9802f52c1b75f3cf716f2c
tree033fb21bdddc591b1e8020ccb67b6de966642c7f
parent4a679c5afca027d7f4668f51693f7cce589038f5
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 <javier.carrasco.cruz@gmail.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/uevent/.gitignore [new file with mode: 0644]