Message ID | 20190512072918.10736-1-skunberg.kelsey@gmail.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | ff1f28c03f6a7cb5ee5802288258c2fc07ed9b07 |
Headers | show |
Series | [v2] selftests: bpf: Add files generated after build to .gitignore | expand |
On 05/12/2019 09:29 AM, Kelsey Skunberg wrote: > The following files are generated after building /selftests/bpf/ and > should be added to .gitignore: > > - libbpf.pc > - libbpf.so.* > > Signed-off-by: Kelsey Skunberg <skunberg.kelsey@gmail.com> Applied, thanks.
diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore index 41e8a689aa77..a877803e4ba8 100644 --- a/tools/testing/selftests/bpf/.gitignore +++ b/tools/testing/selftests/bpf/.gitignore @@ -32,3 +32,5 @@ test_tcpnotify_user test_libbpf test_tcp_check_syncookie_user alu32 +libbpf.pc +libbpf.so.*
The following files are generated after building /selftests/bpf/ and should be added to .gitignore: - libbpf.pc - libbpf.so.* Signed-off-by: Kelsey Skunberg <skunberg.kelsey@gmail.com> --- Change since v1: - Add libbpf.so.* in replace of libbpf.so.0 and libbpf.so.0.0.3 - Update commit log to reflect file change tools/testing/selftests/bpf/.gitignore | 2 ++ 1 file changed, 2 insertions(+) -- 2.20.1