diff options
author | Gabriel Krisman Bertazi <krisman@collabora.com> | 2020-09-05 07:31:39 +0200 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2020-09-23 18:19:25 +0200 |
commit | 997a91fd4448e2600e460af31e5fb934328374a9 (patch) | |
tree | 7f381e3a34f5fdd3e03e619f3b039eb7e27d2ff2 /tools/testing/selftests/ptrace | |
parent | selftests: more general make nesting support (diff) | |
download | linux-997a91fd4448e2600e460af31e5fb934328374a9.tar.xz linux-997a91fd4448e2600e460af31e5fb934328374a9.zip |
selftests: Add missing gitignore entries
Prevent them from polluting git status after building selftests.
Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/ptrace')
-rw-r--r-- | tools/testing/selftests/ptrace/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/ptrace/.gitignore b/tools/testing/selftests/ptrace/.gitignore index 7bebf9534a86..792318aaa30c 100644 --- a/tools/testing/selftests/ptrace/.gitignore +++ b/tools/testing/selftests/ptrace/.gitignore @@ -1,3 +1,4 @@ # SPDX-License-Identifier: GPL-2.0-only get_syscall_info peeksiginfo +vmaccess |