[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <b4aa6741-afc1-c179-5b32-b04537f016be@iogearbox.net>
Date: Mon, 30 Apr 2018 12:14:31 +0200
From: Daniel Borkmann <daniel@...earbox.net>
To: Sirio Balmelli <sirio@...d.ch>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH v2 2/2] selftests/bpf: update .gitignore files
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@...d.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
>
Powered by blists - more mailing lists