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

From: Paolo Abeni
Date: Thu Sep 26 2024 - 05:33:50 EST


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 <javier.carrasco.cruz@xxxxxxxxx>
---
tools/testing/selftests/core/.gitignore | 1 +
tools/testing/selftests/net/.gitignore | 1 +
2 files changed, 2 insertions(+)


Can you split these into two patches. It will be easier
for the net patch to go through the net tree.

I take the core changes through my tree. net changes go
through net tree.

@Javier, while at the above, please split the changes in two separate series: one for core and one for net. It will additionally simplify the patch handling, thanks!

Paolo