From: Marcos Paulo de Souza Date: Wed, 21 Feb 2024 17:17:03 +0000 (-0300) Subject: selftests: livepatch: Add initial .gitignore X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8ab37b0d98cfe7463cb75a62156ebad9a47d3417;p=linux.git selftests: livepatch: Add initial .gitignore Ignore the binary used to test livepatching a syscall. Signed-off-by: Marcos Paulo de Souza Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/livepatch/.gitignore b/tools/testing/selftests/livepatch/.gitignore new file mode 100644 index 0000000000000..f1e9c2a20e995 --- /dev/null +++ b/tools/testing/selftests/livepatch/.gitignore @@ -0,0 +1 @@ +test_klp-call_getpid