diff options
author | Javier Carrasco <javier.carrasco.cruz@gmail.com> | 2024-09-26 00:55:11 +0300 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2024-09-30 20:42:11 +0300 |
commit | b79a038de6a6e826fc832223d5fea435c2a0fa17 (patch) | |
tree | 856a276e5177f471ce5daa52acad55c2d1c8a8b7 /tools | |
parent | 74923546a0f5affe867a15e83e21c2f043f9298a (diff) | |
download | linux-b79a038de6a6e826fc832223d5fea435c2a0fa17.tar.xz |
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 <javier.carrasco.cruz@gmail.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/core/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |