Re: [PATCH v3 1/5] selftests: core: add unshare_test to gitignore

From: Shuah Khan
Date: Mon Sep 30 2024 - 13:45:25 EST


On 9/25/24 15:55, Javier Carrasco wrote:
This executable is missing from the corresponding gitignore file.
Add unshare_test to the core gitignore list.

Signed-off-by: Javier Carrasco <javier.carrasco.cruz@xxxxxxxxx>
---
tools/testing/selftests/core/.gitignore | 1 +
1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/core/.gitignore b/tools/testing/selftests/core/.gitignore
index 6e6712ce5817..7999361992aa 100644
--- a/tools/testing/selftests/core/.gitignore
+++ b/tools/testing/selftests/core/.gitignore
@@ -1 +1,2 @@
close_range_test
+unshare_test


Applied to linux-kselftest fixes for next rc.

thanks,
-- Shuah