]> Git Repo - linux.git/commitdiff
selftests: bpf: Add files generated after build to .gitignore
authorKelsey Skunberg <[email protected]>
Sun, 12 May 2019 07:29:18 +0000 (01:29 -0600)
committerDaniel Borkmann <[email protected]>
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 <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
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.*
This page took 0.057499 seconds and 4 git commands to generate.