Re: [PATCH] selftests: bpf: update .gitignore with missing file

2018-04-23 Thread Daniel Borkmann
On 04/24/2018 12:14 AM, Anders Roxell wrote: > On 23 April 2018 at 23:34, Daniel Borkmann wrote: >> On 04/23/2018 03:50 PM, Anders Roxell wrote: >>> Fixes: c0fa1b6c3efc ("bpf: btf: Add BTF tests") >>> Signed-off-by: Anders Roxell >>> --- >>> tools/testing/selftests/bpf/.gitignore | 1 + >>> 1 fi

Re: [PATCH] selftests: bpf: update .gitignore with missing file

2018-04-23 Thread Anders Roxell
On 23 April 2018 at 23:34, Daniel Borkmann wrote: > On 04/23/2018 03:50 PM, Anders Roxell wrote: >> Fixes: c0fa1b6c3efc ("bpf: btf: Add BTF tests") >> Signed-off-by: Anders Roxell >> --- >> tools/testing/selftests/bpf/.gitignore | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/tools/t

Re: [PATCH] selftests: bpf: update .gitignore with missing file

2018-04-23 Thread Daniel Borkmann
On 04/23/2018 03:50 PM, Anders Roxell wrote: > Fixes: c0fa1b6c3efc ("bpf: btf: Add BTF tests") > Signed-off-by: Anders Roxell > --- > tools/testing/selftests/bpf/.gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tools/testing/selftests/bpf/.gitignore > b/tools/testing/selftest

[PATCH] selftests: bpf: update .gitignore with missing file

2018-04-23 Thread Anders Roxell
Fixes: c0fa1b6c3efc ("bpf: btf: Add BTF tests") Signed-off-by: Anders Roxell --- tools/testing/selftests/bpf/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore index 5e1ab2f0eb79..3e3b3ced3f7c 100644 ---