From: jkratoch <> Date: Mon, 30 Nov 2009 10:27:37 +0000 (+0000) Subject: ctags: +exclude gdbserver X-Git-Url: http://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=eab16381efce9be839eddba2c5714e005fccb3a5 ctags: +exclude gdbserver --- diff --git a/.bashrc b/.bashrc index 09f59c4..a61957a 100644 --- a/.bashrc +++ b/.bashrc @@ -257,7 +257,7 @@ function mi { ( ); } function ctags {(unset ctags if [ $# -ne 0 -a '(' $# -ne 1 -o "$1" '!=' "--c-types=+px" ')' ];then ctags "$@";else - find -name testsuite -prune -o -name .pc -prune -o -name .svn -prune -o \ + find -name testsuite -prune -o -name gdbserver -prune -o -name .pc -prune -o -name .svn -prune -o \ -type f -a '!' -name tags -a '!' -name TAGS -a '(' -false \ -o -name "*.[chCy]" \ -o -name "*.cc" \