[v4,1/3] selftests: uevent: add missing gitignore

Message ID 20240214-selftest_gitignore-v4-1-857b39cef2fa@gmail.com
State New
Headers
Series selftests: add missing gitignore files and include generated objects |

Commit Message

Javier Carrasco Feb. 14, 2024, 12:03 a.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(+)
  

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