diff options
author | Matteo Croce <mcroce@redhat.com> | 2019-05-24 21:59:12 +0200 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2019-05-24 19:58:03 -0700 |
commit | d9a6f413f8c7bd56295098f8b1bf8331af923490 (patch) | |
tree | 43411e12acfe144ed355b0d689a743c4151b4c6a /samples/bpf | |
parent | 198ae936efdba33cf5e5cfb28986c9376179fd23 (diff) | |
download | linux-d9a6f413f8c7bd56295098f8b1bf8331af923490.tar.bz2 |
samples: bpf: add ibumad sample to .gitignore
This commit adds ibumad to .gitignore which is
currently ommited from the ignore file.
Signed-off-by: Matteo Croce <mcroce@redhat.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'samples/bpf')
-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 c7498457595a..74d31fd3c99c 100644 --- a/samples/bpf/.gitignore +++ b/samples/bpf/.gitignore @@ -1,6 +1,7 @@ cpustat fds_example hbm +ibumad lathist lwt_len_hist map_perf_test |