diff options
author | Javier Carrasco <javier.carrasco.cruz@gmail.com> | 2024-02-14 03:03:31 +0300 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2024-02-21 02:30:40 +0300 |
commit | c25db1d27abd78175d9802f52c1b75f3cf716f2c (patch) | |
tree | 033fb21bdddc591b1e8020ccb67b6de966642c7f /tools/testing/selftests/uevent | |
parent | 4a679c5afca027d7f4668f51693f7cce589038f5 (diff) | |
download | linux-c25db1d27abd78175d9802f52c1b75f3cf716f2c.tar.xz |
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>
Diffstat (limited to 'tools/testing/selftests/uevent')
-rw-r--r-- | tools/testing/selftests/uevent/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |