diff options
author | Marcos Paulo de Souza <mpdesouza@suse.com> | 2024-02-21 14:17:03 -0300 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2024-02-27 17:03:28 -0700 |
commit | 8ab37b0d98cfe7463cb75a62156ebad9a47d3417 (patch) | |
tree | d6b3e96b4db614944113b5f40f72a1e57c248ee8 /tools | |
parent | ae638551ab64a216364a63c4ee5061f82702fde2 (diff) |
selftests: livepatch: Add initial .gitignore
Ignore the binary used to test livepatching a syscall.
Signed-off-by: Marcos Paulo de Souza <mpdesouza@suse.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/livepatch/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/livepatch/.gitignore b/tools/testing/selftests/livepatch/.gitignore new file mode 100644 index 000000000000..f1e9c2a20e99 --- /dev/null +++ b/tools/testing/selftests/livepatch/.gitignore @@ -0,0 +1 @@ +test_klp-call_getpid |