* [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
* Re: [PATCH] selftests: bpf: Add files generated when compiled to .gitignore
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
0 siblings, 1 reply; 3+ messages in thread
From: Stanislav Fomichev @ 2019-05-12 6:29 UTC (permalink / raw)
To: Kelsey Skunberg
Cc: shuah, ast, daniel, kafai, songliubraving, yhs, linux-kselftest,
netdev, bpf, linux-kernel, skhan, linux-kernel-mentees
On 05/11, Kelsey Skunberg wrote:
> 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
How about libbpf.so.* so we don't have to update it on every release?
> --
> 2.20.1
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] selftests: bpf: Add files generated when compiled to .gitignore
2019-05-12 6:29 ` Stanislav Fomichev
@ 2019-05-12 7:34 ` Kelsey Skunberg
0 siblings, 0 replies; 3+ messages in thread
From: Kelsey Skunberg @ 2019-05-12 7:34 UTC (permalink / raw)
To: Stanislav Fomichev
Cc: shuah, ast, daniel, kafai, songliubraving, yhs, linux-kselftest,
netdev, bpf, linux-kernel, skhan, linux-kernel-mentees
On Sat, May 11, 2019 at 11:29:07PM -0700, Stanislav Fomichev wrote:
> On 05/11, Kelsey Skunberg wrote:
> > 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
> How about libbpf.so.* so we don't have to update it on every release?
>
That seems logical. Updated in v2. I appreciate the feedback!
Cheers,
Kelsey
> > --
> > 2.20.1
> >
^ permalink raw reply [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).