Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1579289 > unrolled thread

[PATCH v1] samples/bpf: Add a .gitignore for binaries

Started byMickaël Salaün <mic@digikod.net>
First post2017-02-12 22:30 +0100
Last post2017-02-13 02:50 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v1] samples/bpf: Add a .gitignore for binaries Mickaël Salaün <mic@digikod.net> - 2017-02-12 22:30 +0100
    Re: [PATCH v1] samples/bpf: Add a .gitignore for binaries David Ahern <dsa@cumulusnetworks.com> - 2017-02-13 02:50 +0100

#1579289 — [PATCH v1] samples/bpf: Add a .gitignore for binaries

FromMickaël Salaün <mic@digikod.net>
Date2017-02-12 22:30 +0100
Subject[PATCH v1] samples/bpf: Add a .gitignore for binaries
Message-ID<ta9Sx-2WQ-5@gated-at.bofh.it>
Signed-off-by: Mickaël Salaün <mic@digikod.net>
Cc: Alexei Starovoitov <ast@fb.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Daniel Borkmann <daniel@iogearbox.net>
Cc: Wang Nan <wangnan0@huawei.com>
---
 samples/bpf/.gitignore | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 samples/bpf/.gitignore

diff --git a/samples/bpf/.gitignore b/samples/bpf/.gitignore
new file mode 100644
index 000000000000..a7562a5ef4c2
--- /dev/null
+++ b/samples/bpf/.gitignore
@@ -0,0 +1,32 @@
+fds_example
+lathist
+lwt_len_hist
+map_perf_test
+offwaketime
+sampleip
+sockex1
+sockex2
+sockex3
+sock_example
+spintest
+tc_l2_redirect
+test_cgrp2_array_pin
+test_cgrp2_attach
+test_cgrp2_attach2
+test_cgrp2_sock
+test_cgrp2_sock2
+test_current_task_under_cgroup
+test_lru_dist
+test_overhead
+test_probe_write_user
+trace_event
+trace_output
+tracex1
+tracex2
+tracex3
+tracex4
+tracex5
+tracex6
+xdp1
+xdp2
+xdp_tx_iptunnel
-- 
2.11.0

[toc] | [next] | [standalone]


#1579350

FromDavid Ahern <dsa@cumulusnetworks.com>
Date2017-02-13 02:50 +0100
Message-ID<tadW9-5k8-5@gated-at.bofh.it>
In reply to#1579289
On 2/12/17 2:23 PM, Mickaël Salaün wrote:
> diff --git a/samples/bpf/.gitignore b/samples/bpf/.gitignore
> new file mode 100644
> index 000000000000..a7562a5ef4c2
> --- /dev/null
> +++ b/samples/bpf/.gitignore
> @@ -0,0 +1,32 @@
> +fds_example
> +lathist

...

Listing each target is going to be a PITA to maintain. It would be
better to put targets into a build directory (bin?) and ignore the
directory.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web