X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fbuildor%2Fsearch_code.sh;h=7e0b1cee94fe79b054e899cbef1d21f0dc1a59de;hb=b4112fdfe29b137b3845ece6a13aaa72bc678350;hp=63576c5d44a7fb99a1472133b3e2b2a98e832430;hpb=f258046712b937613578bff8546c36c5b5d9f1fb;p=feisty_meow.git diff --git a/scripts/buildor/search_code.sh b/scripts/buildor/search_code.sh index 63576c5d..7e0b1cee 100644 --- a/scripts/buildor/search_code.sh +++ b/scripts/buildor/search_code.sh @@ -15,6 +15,8 @@ fi #hmmm: we need to encode this useful logic as a list of binary file endings. find "$dir" -type f \( -iname "*" \ + ! -iname "*~" \ + ! -iname "*.bin" \ ! -iname "*.bz2" \ ! -iname "*.class" \ ! -iname "*.dll" \ @@ -31,6 +33,8 @@ find "$dir" -type f \( -iname "*" \ ! -iname "*.obj" \ ! -iname "*.png" \ ! -iname "*.snarf" \ + ! -iname "*.so" \ + ! -iname "*.so.2" \ ! -iname "*.svn" \ ! -iname "*.svn-base" \ ! -iname "*.tar" \