Re: [PATCH] kselftest: add generated objects to .gitignore
From: Shuah Khan
Date: Fri Feb 25 2022 - 19:00:12 EST
On 2/25/22 3:27 AM, Muhammad Usama Anjum wrote:
Add kselftests_install directory and some other files to the
.gitignore.
Signed-off-by: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
---
tools/testing/selftests/.gitignore | 1 +
tools/testing/selftests/exec/.gitignore | 2 ++
tools/testing/selftests/kvm/.gitignore | 1 +
tools/testing/selftests/net/.gitignore | 1 +
4 files changed, 5 insertions(+)
It is better to split these patches per test - makes it easier
to apply. Please send separate patches for each test. This patch
doesn't apply as is.
thanks,
-- Shuah