提交 8c38a532 编写于 作者: K Konstantin Khlebnikov 提交者: Michal Marek

scripts/tags.sh: ignore code of user space tools

User space code in tools/ often reuses names of kernel constructions,
this confuses navigation in the normal kernel code. Let's fix this mess.
Signed-off-by: NKonstantin Khlebnikov <koct9i@gmail.com>
Signed-off-by: NMichal Marek <mmarek@suse.cz>
上级 3005286e
...@@ -25,6 +25,9 @@ else ...@@ -25,6 +25,9 @@ else
tree=${srctree}/ tree=${srctree}/
fi fi
# ignore userspace tools
ignore="$ignore ( -path ${tree}tools ) -prune -o"
# Find all available archs # Find all available archs
find_all_archs() find_all_archs()
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册