projects
/
cmccabe-bin
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
6491047
)
ccc: handle .rb files
author
Colin Patrick McCabe
<cmccabe@alumni.cmu.edu>
Tue, 25 May 2010 19:48:47 +0000 (12:48 -0700)
committer
Colin Patrick McCabe
<cmccabe@alumni.cmu.edu>
Tue, 25 May 2010 19:48:47 +0000 (12:48 -0700)
ccc
patch
|
blob
|
history
diff --git
a/ccc
b/ccc
index
7fe9174
..
6eec03d
100755
(executable)
--- a/
ccc
+++ b/
ccc
@@
-11,7
+11,8
@@
find -noleaf \
-name '*.h' -o \
-name '*.cpp' -o \
-name '*.hpp' -o \
--name '*.c++' \
+-name '*.c++' -o \
+-name '*.rb' \
| grep -v ./build/ \
| grep -v ./deploy/ \
| grep -v .svn \