diff --git a/bin/tools/foamListSourceFiles b/bin/tools/foamListSourceFiles index 72690d1bf..0f02cc99b 100755 --- a/bin/tools/foamListSourceFiles +++ b/bin/tools/foamListSourceFiles @@ -63,7 +63,6 @@ find -H $packDir \ \( -type f -o -type l \) \ ! -name "*~" \ -a ! -name ".*~" \ - -a ! -name "*.orig" \ -a ! -name "*.dep" \ -a ! -name "*.o" \ -a ! -name "*.so" \