From 6a2a5cbd248a6fac60825b9579f21ce0afa4830f Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Fri, 24 Jun 2016 22:32:22 +0100 Subject: [PATCH] foamListSourceFiles: keep .orig files --- bin/tools/foamListSourceFiles | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/tools/foamListSourceFiles b/bin/tools/foamListSourceFiles index 72690d1bfd..0f02cc99b7 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" \