projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b70e6b
)
added a couple excludes.
author
Chris Koeritz
<fred@gruntose.com>
Thu, 7 Nov 2013 20:39:24 +0000
(15:39 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Thu, 7 Nov 2013 20:39:24 +0000
(15:39 -0500)
scripts/buildor/search_code.sh
patch
|
blob
|
history
diff --git
a/scripts/buildor/search_code.sh
b/scripts/buildor/search_code.sh
index 7e0b1cee94fe79b054e899cbef1d21f0dc1a59de..9aed0772810fc681e3fb6066c7d9a0c77a025d88 100644
(file)
--- a/
scripts/buildor/search_code.sh
+++ b/
scripts/buildor/search_code.sh
@@
-29,8
+29,10
@@
find "$dir" -type f \( -iname "*" \
! -iname "*.iar" \
! -iname "*.jar" \
! -iname "*.lib" \
+ ! -iname "*.ncb" \
! -iname "*.oar" \
! -iname "*.obj" \
+ ! -iname "*.pch" \
! -iname "*.png" \
! -iname "*.snarf" \
! -iname "*.so" \