diff options
author | Daniel T. Lee <danieltimlee@gmail.com> | 2019-04-25 18:02:57 +0900 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2019-04-25 23:38:00 +0200 |
commit | ead442a0f9aaecb4df3eb4055d1e2568b4fc0ae6 (patch) | |
tree | 272ad233ab41868c2799b683ee857f683a6d58cc /samples | |
parent | 32e621e55496a0009f44fe4914cd4a23cade4984 (diff) | |
download | linux-ead442a0f9aaecb4df3eb4055d1e2568b4fc0ae6.tar.bz2 |
samples: bpf: add hbm sample to .gitignore
This commit adds hbm to .gitignore which is
currently ommited from the ignore file.
Signed-off-by: Daniel T. Lee <danieltimlee@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/bpf/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/bpf/.gitignore b/samples/bpf/.gitignore index 59e40998e249..c7498457595a 100644 --- a/samples/bpf/.gitignore +++ b/samples/bpf/.gitignore @@ -1,5 +1,6 @@ cpustat fds_example +hbm lathist lwt_len_hist map_perf_test |