mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
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>
This commit is contained in:
parent
02a2f000a3
commit
c48424d993
49
samples/bpf/.gitignore
vendored
Normal file
49
samples/bpf/.gitignore
vendored
Normal file
@ -0,0 +1,49 @@
|
||||
cpustat
|
||||
fds_example
|
||||
lathist
|
||||
load_sock_ops
|
||||
lwt_len_hist
|
||||
map_perf_test
|
||||
offwaketime
|
||||
per_socket_stats_example
|
||||
sampleip
|
||||
sock_example
|
||||
sockex1
|
||||
sockex2
|
||||
sockex3
|
||||
spintest
|
||||
syscall_nrs.h
|
||||
syscall_tp
|
||||
task_fd_query
|
||||
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_map_in_map
|
||||
test_overhead
|
||||
test_probe_write_user
|
||||
trace_event
|
||||
trace_output
|
||||
tracex1
|
||||
tracex2
|
||||
tracex3
|
||||
tracex4
|
||||
tracex5
|
||||
tracex6
|
||||
tracex7
|
||||
xdp1
|
||||
xdp2
|
||||
xdp_adjust_tail
|
||||
xdp_fwd
|
||||
xdp_monitor
|
||||
xdp_redirect
|
||||
xdp_redirect_cpu
|
||||
xdp_redirect_map
|
||||
xdp_router_ipv4
|
||||
xdp_rxq_info
|
||||
xdp_tx_iptunnel
|
||||
xdpsock
|
Loading…
Reference in New Issue
Block a user