From ac0ce0b69b9b6330a5bcda93965a0c29a7c1a060 Mon Sep 17 00:00:00 2001 From: Colin Patrick McCabe Date: Mon, 24 May 2010 16:05:41 -0700 Subject: [PATCH] ccc: ignore ./build/, ./deploy/, and .svn files --- ccc | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ccc b/ccc index d15fcf6..7fe9174 100755 --- a/ccc +++ b/ccc @@ -10,7 +10,11 @@ find -noleaf \ -name '*.java' -o \ -name '*.h' -o \ -name '*.cpp' -o \ +-name '*.hpp' -o \ -name '*.c++' \ +| grep -v ./build/ \ +| grep -v ./deploy/ \ +| grep -v .svn \ > cscope.files || die "find command failed" cscope -icscope.files -- 1.6.6.rc1.39.g9a42