diff options
author | Andrii Nakryiko <[email protected]> | 2022-09-23 10:59:09 -0700 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2022-09-23 18:14:44 -0700 |
commit | 067f4f291c2063d86abe0a526ef211e03a4f1258 (patch) | |
tree | 123bba8bd8ac8c0c439568cacfabce440223dbf0 | |
parent | dbdea9b36fb61da3b9a1be0dd63542e2bfd3e5d7 (diff) |
selftests/bpf: add sign-file to .gitignore
Add sign-file to .gitignore to avoid accidentally checking it in.
Signed-off-by: Andrii Nakryiko <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexei Starovoitov <[email protected]>
-rw-r--r-- | tools/testing/selftests/bpf/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore index 3b288562963e..07d2d0a8c5cb 100644 --- a/tools/testing/selftests/bpf/.gitignore +++ b/tools/testing/selftests/bpf/.gitignore @@ -40,6 +40,7 @@ test_cpp /runqslower /bench /veristat +/sign-file *.ko *.tmp xskxceiver |