1# Copyright: 2020 Masatake YAMATO 2# License: GPL-2 3 4CTAGS="$1" 5 6${CTAGS} --quiet --options=NONE -o - -R --exclude='*/bazel-*' \ 7 --exclude-exception='*/bazel-x/*' \ 8 --exclude-exception='*/bazel-z/*' \ 9 input.d 10