]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
selftests: bpf: Add files generated after build to .gitignore
authorKelsey Skunberg <skunberg.kelsey@gmail.com>
Sun, 12 May 2019 07:29:18 +0000 (01:29 -0600)
committerDaniel Borkmann <daniel@iogearbox.net>
Sun, 12 May 2019 23:16:37 +0000 (01:16 +0200)
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>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/testing/selftests/bpf/.gitignore

index 41e8a689aa77744e91282bd14a98c9d16a20dc2a..a877803e4ba8fae9f30779fa18d308297e1d4e3b 100644 (file)
@@ -32,3 +32,5 @@ test_tcpnotify_user
 test_libbpf
 test_tcp_check_syncookie_user
 alu32
+libbpf.pc
+libbpf.so.*