2018-01-19 00:38:27

by Shuah Khan

[permalink] [raw]
Subject: [PATCH] selftests: bpf: update .gitignore with missing generated files

Update .gitignore with missing generated files.

Signed-off-by: Shuah Khan <[email protected]>
---
tools/testing/selftests/bpf/.gitignore | 7 +++++++
1 file changed, 7 insertions(+)

diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore
index 541d9d7fad5a..1e09d77f1948 100644
--- a/tools/testing/selftests/bpf/.gitignore
+++ b/tools/testing/selftests/bpf/.gitignore
@@ -3,3 +3,10 @@ test_maps
test_lru_map
test_lpm_map
test_tag
+FEATURE-DUMP.libbpf
+fixdep
+test_align
+test_dev_cgroup
+test_progs
+test_verifier_log
+feature
--
2.14.1



2018-01-19 22:22:48

by Daniel Borkmann

[permalink] [raw]
Subject: Re: [PATCH] selftests: bpf: update .gitignore with missing generated files

On 01/19/2018 01:36 AM, Shuah Khan wrote:
> Update .gitignore with missing generated files.
>
> Signed-off-by: Shuah Khan <[email protected]>

Applied to bpf-next, thanks Shuah!