[PATCH v2 1/4] selftests: uevent: add missing gitignore

From: Javier Carrasco
Date: Mon Feb 12 2024 - 14:44:05 EST


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@xxxxxxxxx>
---
tools/testing/selftests/uevent/.gitignore | 1 +
1 file changed, 1 insertion(+)

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

--
2.40.1