]> Dogcows Code - chaz/yoink/blobdiff - cscope.make
new classes; yajl library
[chaz/yoink] / cscope.make
index 983992d2b0eaf52aaa15f2bdcb67876a4af40568..258acca7799c3363a56f9102ef1718f844a84888 100755 (executable)
@@ -3,8 +3,10 @@
 current=`pwd`
 cd /
 find "$current" \
--iname "*.cc"  -o      \
--iname "*.h" |sed '/ / s/^\(.*\)/"\1"/' >"$current/cscope.files"
+-iname "*.c"   -o \
+-iname "*.h"   -o \
+-iname "*.cc"  -o \
+-iname "*.hh"  |sed '/ / s/^\(.*\)/"\1"/' >"$current/cscope.files"
 
 cd "$current"
 
This page took 0.021614 seconds and 4 git commands to generate.