ctags: +exclude gdbserver
authorjkratoch <>
Mon, 30 Nov 2009 10:27:37 +0000 (10:27 +0000)
committerjkratoch <>
Mon, 30 Nov 2009 10:27:37 +0000 (10:27 +0000)
.bashrc

diff --git a/.bashrc b/.bashrc
index 09f59c4..a61957a 100644 (file)
--- 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"    \