* [PATCH v2 2/2] selftests/bpf: update .gitignore files
@ 2018-04-30 7:17 Sirio Balmelli
2018-04-30 10:14 ` Daniel Borkmann
0 siblings, 1 reply; 2+ messages in thread
From: Sirio Balmelli @ 2018-04-30 7:17 UTC (permalink / raw)
To: daniel; +Cc: netdev
Build products polluting Git cache. Add to respective .gitignore files.
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
---
tools/bpf/bpftool/.gitignore | 12 ++++++++++++
tools/testing/selftests/bpf/.gitignore | 1 +
2 files changed, 13 insertions(+)
create mode 100644 tools/bpf/bpftool/.gitignore
diff --git a/tools/bpf/bpftool/.gitignore b/tools/bpf/bpftool/.gitignore
new file mode 100644
index 0000000..427243f
--- /dev/null
+++ b/tools/bpf/bpftool/.gitignore
@@ -0,0 +1,12 @@
+bpftool
+cfg.d
+cgroup.d
+common.d
+disasm.d
+FEATURE-DUMP.bpftool
+jit_disasm.d
+json_writer.d
+main.d
+map.d
+prog.d
+xlated_dumper.d
diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore
index 3e3b3ce..adc8e54 100644
--- a/tools/testing/selftests/bpf/.gitignore
+++ b/tools/testing/selftests/bpf/.gitignore
@@ -16,3 +16,4 @@ test_sock
test_sock_addr
urandom_read
test_btf
+test_sockmap
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2 2/2] selftests/bpf: update .gitignore files
2018-04-30 7:17 [PATCH v2 2/2] selftests/bpf: update .gitignore files Sirio Balmelli
@ 2018-04-30 10:14 ` Daniel Borkmann
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Borkmann @ 2018-04-30 10:14 UTC (permalink / raw)
To: Sirio Balmelli; +Cc: netdev
On 04/30/2018 09:17 AM, Sirio Balmelli wrote:
> Build products polluting Git cache. Add to respective .gitignore files.
>
> Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
> ---
> tools/bpf/bpftool/.gitignore | 12 ++++++++++++
> tools/testing/selftests/bpf/.gitignore | 1 +
> 2 files changed, 13 insertions(+)
> create mode 100644 tools/bpf/bpftool/.gitignore
>
> diff --git a/tools/bpf/bpftool/.gitignore b/tools/bpf/bpftool/.gitignore
> new file mode 100644
> index 0000000..427243f
> --- /dev/null
> +++ b/tools/bpf/bpftool/.gitignore
> @@ -0,0 +1,12 @@
> +bpftool
> +cfg.d
> +cgroup.d
> +common.d
> +disasm.d
> +FEATURE-DUMP.bpftool
> +jit_disasm.d
> +json_writer.d
> +main.d
> +map.d
> +prog.d
> +xlated_dumper.d
Lets do instead: *.d
> diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore
> index 3e3b3ce..adc8e54 100644
> --- a/tools/testing/selftests/bpf/.gitignore
> +++ b/tools/testing/selftests/bpf/.gitignore
> @@ -16,3 +16,4 @@ test_sock
> test_sock_addr
> urandom_read
> test_btf
> +test_sockmap
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-04-30 10:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-30 7:17 [PATCH v2 2/2] selftests/bpf: update .gitignore files Sirio Balmelli
2018-04-30 10:14 ` Daniel Borkmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox