summaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorTaeung Song <treeze.taeung@gmail.com>2018-07-04 09:36:39 -0400
committerDaniel Borkmann <daniel@iogearbox.net>2018-07-05 03:58:53 -0400
commitc48424d993fafd1e04b228fbd46176f828233d82 (patch)
tree5672519ae22ab3839645d02301ddaf3b367f3ebf /samples
parent02a2f000a3629274bfad60bfc4de9edec49e63e7 (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/.gitignore49
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 @@
1cpustat
2fds_example
3lathist
4load_sock_ops
5lwt_len_hist
6map_perf_test
7offwaketime
8per_socket_stats_example
9sampleip
10sock_example
11sockex1
12sockex2
13sockex3
14spintest
15syscall_nrs.h
16syscall_tp
17task_fd_query
18tc_l2_redirect
19test_cgrp2_array_pin
20test_cgrp2_attach
21test_cgrp2_attach2
22test_cgrp2_sock
23test_cgrp2_sock2
24test_current_task_under_cgroup
25test_lru_dist
26test_map_in_map
27test_overhead
28test_probe_write_user
29trace_event
30trace_output
31tracex1
32tracex2
33tracex3
34tracex4
35tracex5
36tracex6
37tracex7
38xdp1
39xdp2
40xdp_adjust_tail
41xdp_fwd
42xdp_monitor
43xdp_redirect
44xdp_redirect_cpu
45xdp_redirect_map
46xdp_router_ipv4
47xdp_rxq_info
48xdp_tx_iptunnel
49xdpsock