From: Javier Carrasco Date: Wed, 25 Sep 2024 21:55:11 +0000 (+0200) Subject: selftests: core: add unshare_test to gitignore X-Git-Tag: ceph-for-6.13-rc1~258^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b79a038de6a6e826fc832223d5fea435c2a0fa17;p=ceph-client.git selftests: core: add unshare_test to gitignore This executable is missing from the corresponding gitignore file. Add unshare_test to the core gitignore list. Signed-off-by: Javier Carrasco Signed-off-by: Shuah Khan --- 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