From c46f2b450021ad52294f5da61c130a1405f3d324 Mon Sep 17 00:00:00 2001 From: arrow zhang Date: Wed, 13 Feb 2008 21:18:12 +0800 Subject: [PATCH] mktags find cpp --- conf_slk120/bin/.bin/shell/mktags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf_slk120/bin/.bin/shell/mktags b/conf_slk120/bin/.bin/shell/mktags index f007aee..61ad370 100755 --- a/conf_slk120/bin/.bin/shell/mktags +++ b/conf_slk120/bin/.bin/shell/mktags @@ -26,7 +26,7 @@ if [ "$1" = "cscope" ]; then fi #now do ctags -find . -name "*.[ch]" | xargs ctags -a 2>/dev/null +find . -name "*.[ch]" -o -name "*.cpp" | xargs ctags -a 2>/dev/null ret=$? if [ "$ret" != "0" ]; then echo "here not exists soure files" -- 2.11.4.GIT