diff options
author | Daniel T. Lee <danieltimlee@gmail.com> | 2019-04-25 05:02:57 -0400 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2019-04-25 17:38:00 -0400 |
commit | ead442a0f9aaecb4df3eb4055d1e2568b4fc0ae6 (patch) | |
tree | 272ad233ab41868c2799b683ee857f683a6d58cc /samples | |
parent | 32e621e55496a0009f44fe4914cd4a23cade4984 (diff) |
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 @@ | |||
1 | cpustat | 1 | cpustat |
2 | fds_example | 2 | fds_example |
3 | hbm | ||
3 | lathist | 4 | lathist |
4 | lwt_len_hist | 5 | lwt_len_hist |
5 | map_perf_test | 6 | map_perf_test |