diff options
author | Shuah Khan <skhan@linuxfoundation.org> | 2023-07-28 20:29:27 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-08-01 00:39:35 +0300 |
commit | f4dcfa6fa1a80869ab4bb0eec2e45bb526134fb1 (patch) | |
tree | 9c1e6e334d5bdb7a0bd4734e83b9b958eca8ea8e | |
parent | 165f6890586edbf5257560ff955b2076f0b4b854 (diff) | |
download | linux-f4dcfa6fa1a80869ab4bb0eec2e45bb526134fb1.tar.xz |
selftests: connector: Add .gitignore and poupulate it with test
Add gitignore and poupulate it with test name - proc_filter
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Link: https://lore.kernel.org/r/e3d04cc34e9af07909dc882b50fb1b6f1ce7705b.1690564372.git.skhan@linuxfoundation.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r-- | tools/testing/selftests/connector/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/connector/.gitignore b/tools/testing/selftests/connector/.gitignore new file mode 100644 index 000000000000..c90098199a44 --- /dev/null +++ b/tools/testing/selftests/connector/.gitignore @@ -0,0 +1 @@ +proc_filter |