From 8ab37b0d98cfe7463cb75a62156ebad9a47d3417 Mon Sep 17 00:00:00 2001 From: Marcos Paulo de Souza Date: Wed, 21 Feb 2024 14:17:03 -0300 Subject: [PATCH] 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 --- tools/testing/selftests/livepatch/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/testing/selftests/livepatch/.gitignore 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 -- 2.30.2