From: Colin Patrick McCabe Date: Fri, 21 Oct 2011 23:18:57 +0000 (-0700) Subject: ccc: add .S files, allow args to cscope X-Git-Url: http://club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=613a0e98605dead68eb337f5358c16bd98f0d561;p=cmccabe-bin ccc: add .S files, allow args to cscope Signed-off-by: Colin McCabe --- diff --git a/ccc b/ccc index 6f95f45..a925f88 100755 --- a/ccc +++ b/ccc @@ -16,10 +16,11 @@ find -noleaf \ -name '*.rake' -o \ -name '*.rb' -o \ -name '*.py' -o \ --name '*.go' \ +-name '*.go' -o \ +-name '*.S' \ | grep -v ./build/ \ | grep -v ./deploy/ \ | grep -v .svn \ > cscope.files || die "find command failed" -cscope -icscope.files +cscope -icscope.files "$@"