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

The following files are generated when /selftests/bpf/ is compiled and
should be added to .gitignore:

	- libbpf.pc
	- libbpf.so.0
	- libbpf.so.0.0.3

Signed-off-by: Kelsey Skunberg <skunberg.kelsey@gmail.com>
---
 tools/testing/selftests/bpf/.gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore
index 41e8a689aa77..ceb11f98fe4f 100644
--- a/tools/testing/selftests/bpf/.gitignore
+++ b/tools/testing/selftests/bpf/.gitignore
@@ -32,3 +32,6 @@ test_tcpnotify_user
 test_libbpf
 test_tcp_check_syncookie_user
 alu32
+libbpf.pc
+libbpf.so.0
+libbpf.so.0.0.3
--
2.20.1


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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-12  3:50 [PATCH] selftests: bpf: Add files generated when compiled to .gitignore Kelsey Skunberg
2019-05-12  6:29 ` Stanislav Fomichev
2019-05-12  7:34   ` Kelsey Skunberg

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