Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1579350
| From | David Ahern <dsa@cumulusnetworks.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v1] samples/bpf: Add a .gitignore for binaries |
| Date | 2017-02-13 02:50 +0100 |
| Message-ID | <tadW9-5k8-5@gated-at.bofh.it> (permalink) |
| References | <ta9Sx-2WQ-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[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
csiph-web