linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] selftests: bpf: Add files generated after build to .gitignore
@ 2019-05-12  7:29 Kelsey Skunberg
  2019-05-12 23:23 ` Daniel Borkmann
  0 siblings, 1 reply; 2+ messages in thread
From: Kelsey Skunberg @ 2019-05-12  7:29 UTC (permalink / raw)
  To: shuah, ast, daniel, kafai, songliubraving, yhs, linux-kselftest,
	netdev, bpf, linux-kernel, skhan, linux-kernel-mentees
  Cc: Kelsey Skunberg

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(+)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] selftests: bpf: Add files generated after build to .gitignore
  2019-05-12  7:29 [PATCH v2] selftests: bpf: Add files generated after build to .gitignore Kelsey Skunberg
@ 2019-05-12 23:23 ` Daniel Borkmann
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Borkmann @ 2019-05-12 23:23 UTC (permalink / raw)
  To: Kelsey Skunberg, shuah, ast, kafai, songliubraving, yhs,
	linux-kselftest, netdev, bpf, linux-kernel, skhan,
	linux-kernel-mentees

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-12 23:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-12  7:29 [PATCH v2] selftests: bpf: Add files generated after build to .gitignore Kelsey Skunberg
2019-05-12 23:23 ` Daniel Borkmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).