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.c...@gmail.com>
---
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