Re: [PATCH v2 1/4] selftests: add unshare_test and msg_oob to gitignore

2024-09-26 Thread Javier Carrasco
On 26/09/2024 11:32, Paolo Abeni wrote: > On 9/25/24 18:41, Shuah Khan wrote: >> On 9/25/24 06:23, Javier Carrasco wrote: >>> These executables are missing from their corresponding gitignore files. >>> Add them to the lists. >>> >>> Signed-off-by: Javier Carrasco >>> --- >>>    tools/testing/selft

Re: [PATCH v2 1/4] selftests: add unshare_test and msg_oob to gitignore

2024-09-26 Thread Paolo Abeni
On 9/25/24 18:41, Shuah Khan wrote: On 9/25/24 06:23, Javier Carrasco wrote: These executables are missing from their corresponding gitignore files. Add them to the lists. Signed-off-by: Javier Carrasco --- tools/testing/selftests/core/.gitignore | 1 + tools/testing/selftests/net/.gitign

Re: [PATCH v2 1/4] selftests: add unshare_test and msg_oob to gitignore

2024-09-25 Thread Shuah Khan
On 9/25/24 06:23, Javier Carrasco wrote: These executables are missing from their corresponding gitignore files. Add them to the lists. Signed-off-by: Javier Carrasco --- tools/testing/selftests/core/.gitignore | 1 + tools/testing/selftests/net/.gitignore | 1 + 2 files changed, 2 inserti

[PATCH v2 1/4] selftests: add unshare_test and msg_oob to gitignore

2024-09-25 Thread Javier Carrasco
These executables are missing from their corresponding gitignore files. Add them to the lists. Signed-off-by: Javier Carrasco --- tools/testing/selftests/core/.gitignore | 1 + tools/testing/selftests/net/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/tools/testing/selftests/c