summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/.gitignore
diff options
context:
space:
mode:
authorToke Høiland-Jørgensen <toke@redhat.com>2019-10-04 17:34:44 +0200
committerAlexei Starovoitov <ast@kernel.org>2019-10-05 18:24:56 -0700
commita9eb048d5615152dc4b8aedb7e704a4e59bc2205 (patch)
tree58878a14962f410b46e4ee04529dc893993785da /tools/lib/bpf/.gitignore
parentb84fbfe2ceed14a3623739ba72a2c1f4db003f1e (diff)
libbpf: Add cscope and tags targets to Makefile
Using cscope and/or TAGS files for navigating the source code is useful. Add simple targets to the Makefile to generate the index files for both tools. Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Tested-by: Andrii Nakryiko <andriin@fb.com> Acked-by: Andrii Nakryiko <andriin@fb.com> Link: https://lore.kernel.org/bpf/20191004153444.1711278-1-toke@redhat.com
Diffstat (limited to 'tools/lib/bpf/.gitignore')
-rw-r--r--tools/lib/bpf/.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/lib/bpf/.gitignore b/tools/lib/bpf/.gitignore
index d9e9dec04605..12382b0c71c7 100644
--- a/tools/lib/bpf/.gitignore
+++ b/tools/lib/bpf/.gitignore
@@ -3,3 +3,6 @@ libbpf.pc
FEATURE-DUMP.libbpf
test_libbpf
libbpf.so.*
+TAGS
+tags
+cscope.*