diff mbox series

[v2] selftests: bpf: Add files generated after build to.gitignore

Message ID 20190512072918.10736-1-skunberg.kelsey@gmail.com
State Accepted
Delegated to: BPF Maintainers
Headers show
Series [v2] selftests: bpf: Add files generated after build to.gitignore | expand

Commit Message

Kelsey May 12, 2019, 7:29 a.m. UTC
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

Comments

Daniel Borkmann May 12, 2019, 11:23 p.m. UTC | #1
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 mbox series

Patch

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.*