1
0
Fork 0

selftests: bpf: Add files generated after build to .gitignore

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>
hifive-unleashed-5.2
Kelsey Skunberg 2019-05-12 01:29:18 -06:00 committed by Daniel Borkmann
parent 6b1d90b7b3
commit ff1f28c03f
1 changed files with 2 additions and 0 deletions

View File

@ -32,3 +32,5 @@ test_tcpnotify_user
test_libbpf
test_tcp_check_syncookie_user
alu32
libbpf.pc
libbpf.so.*