diff options
author | Muhammad Usama Anjum <usama.anjum@collabora.com> | 2022-03-02 21:01:18 +0300 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2022-03-04 01:16:57 +0300 |
commit | edcb647b4bfb19674d58bff2e6ef96e0dbcccfdf (patch) | |
tree | 6b7492b66838276a292b004851b91ae19980fa85 /tools/testing/selftests/.gitignore | |
parent | 2aaa36e95ea586ad23edfcc1d474e8b735a4d1c3 (diff) | |
download | linux-edcb647b4bfb19674d58bff2e6ef96e0dbcccfdf.tar.xz |
selftests: add kselftest_install to .gitignore
Add kselftest_install directory to the .gitignore which is created while
creation of tar ball of objects:
make -C tools/testing/selftests gen_tar
Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/.gitignore')
-rw-r--r-- | tools/testing/selftests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/.gitignore b/tools/testing/selftests/.gitignore index 055a5019b13c..cb24124ac5b9 100644 --- a/tools/testing/selftests/.gitignore +++ b/tools/testing/selftests/.gitignore @@ -3,6 +3,7 @@ gpiogpio-event-mon gpiogpio-hammer gpioinclude/ gpiolsgpio +kselftest_install/ tpm2/SpaceTest.log # Python bytecode and cache |