From: Konstantin Khlebnikov Date: Mon, 21 Apr 2014 08:03:08 +0000 (+0400) Subject: scripts/tags.sh: ignore code of user space tools X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8c38a5328af8080bc69a25b3e4e144b03eeea95e;p=linux-beck.git 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: Konstantin Khlebnikov Signed-off-by: Michal Marek --- diff --git a/scripts/tags.sh b/scripts/tags.sh index c1f64893efe9..6db551e07498 100755 --- a/scripts/tags.sh +++ b/scripts/tags.sh @@ -25,6 +25,9 @@ else tree=${srctree}/ fi +# ignore userspace tools +ignore="$ignore ( -path ${tree}tools ) -prune -o" + # Find all available archs find_all_archs() {