diff mbox series

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

Message ID 20240212-selftest_gitignore-v2-1-75f0de50a178@gmail.com (mailing list archive)
State Accepted
Commit c25db1d27abd78175d9802f52c1b75f3cf716f2c
Headers show
Series selftests: add missing gitignore files and include generated objects | expand

Commit Message

Javier Carrasco Feb. 12, 2024, 7:43 p.m. UTC
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>
---
 tools/testing/selftests/uevent/.gitignore | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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