diff mbox

[net-next] bpf: add test_progs to .gitignore

Message ID 20170411113538.31423-1-alexander@alemayhu.com
State Changes Requested, archived
Delegated to: David Miller
Headers show

Commit Message

Alexander Alemayhu April 11, 2017, 11:35 a.m. UTC
Signed-off-by: Alexander Alemayhu <alexander@alemayhu.com>
---
 tools/testing/selftests/bpf/.gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Daniel Borkmann April 11, 2017, 11:49 a.m. UTC | #1
On 04/11/2017 01:35 PM, Alexander Alemayhu wrote:
> Signed-off-by: Alexander Alemayhu <alexander@alemayhu.com>
> ---
>   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 541d9d7fad5a..2fe8766e204f 100644
> --- a/tools/testing/selftests/bpf/.gitignore
> +++ b/tools/testing/selftests/bpf/.gitignore
> @@ -3,3 +3,4 @@ test_maps
>   test_lru_map
>   test_lpm_map
>   test_tag
> +test_progs

Good point, we should also add '*.o' in that case for the
TEST_GEN_FILES specified objs that clang generates.
diff mbox

Patch

diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore
index 541d9d7fad5a..2fe8766e204f 100644
--- a/tools/testing/selftests/bpf/.gitignore
+++ b/tools/testing/selftests/bpf/.gitignore
@@ -3,3 +3,4 @@  test_maps
 test_lru_map
 test_lpm_map
 test_tag
+test_progs