diff options
author | Taeung Song <treeze.taeung@gmail.com> | 2018-07-04 09:36:39 -0400 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2018-07-05 03:58:53 -0400 |
commit | c48424d993fafd1e04b228fbd46176f828233d82 (patch) | |
tree | 5672519ae22ab3839645d02301ddaf3b367f3ebf /samples | |
parent | 02a2f000a3629274bfad60bfc4de9edec49e63e7 (diff) |
samples/bpf: add .gitignore file
For untracked executables of samples/bpf, add this.
Untracked files:
(use "git add <file>..." to include in what will be committed)
samples/bpf/cpustat
samples/bpf/fds_example
samples/bpf/lathist
samples/bpf/load_sock_ops
...
Signed-off-by: Taeung Song <treeze.taeung@gmail.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/bpf/.gitignore | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/samples/bpf/.gitignore b/samples/bpf/.gitignore new file mode 100644 index 000000000000..8ae4940025f8 --- /dev/null +++ b/samples/bpf/.gitignore | |||
@@ -0,0 +1,49 @@ | |||
1 | cpustat | ||
2 | fds_example | ||
3 | lathist | ||
4 | load_sock_ops | ||
5 | lwt_len_hist | ||
6 | map_perf_test | ||
7 | offwaketime | ||
8 | per_socket_stats_example | ||
9 | sampleip | ||
10 | sock_example | ||
11 | sockex1 | ||
12 | sockex2 | ||
13 | sockex3 | ||
14 | spintest | ||
15 | syscall_nrs.h | ||
16 | syscall_tp | ||
17 | task_fd_query | ||
18 | tc_l2_redirect | ||
19 | test_cgrp2_array_pin | ||
20 | test_cgrp2_attach | ||
21 | test_cgrp2_attach2 | ||
22 | test_cgrp2_sock | ||
23 | test_cgrp2_sock2 | ||
24 | test_current_task_under_cgroup | ||
25 | test_lru_dist | ||
26 | test_map_in_map | ||
27 | test_overhead | ||
28 | test_probe_write_user | ||
29 | trace_event | ||
30 | trace_output | ||
31 | tracex1 | ||
32 | tracex2 | ||
33 | tracex3 | ||
34 | tracex4 | ||
35 | tracex5 | ||
36 | tracex6 | ||
37 | tracex7 | ||
38 | xdp1 | ||
39 | xdp2 | ||
40 | xdp_adjust_tail | ||
41 | xdp_fwd | ||
42 | xdp_monitor | ||
43 | xdp_redirect | ||
44 | xdp_redirect_cpu | ||
45 | xdp_redirect_map | ||
46 | xdp_router_ipv4 | ||
47 | xdp_rxq_info | ||
48 | xdp_tx_iptunnel | ||
49 | xdpsock | ||