mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
foamListSourceFiles: keep .orig files
This commit is contained in:
@ -63,7 +63,6 @@ find -H $packDir \
|
|||||||
\( -type f -o -type l \) \
|
\( -type f -o -type l \) \
|
||||||
! -name "*~" \
|
! -name "*~" \
|
||||||
-a ! -name ".*~" \
|
-a ! -name ".*~" \
|
||||||
-a ! -name "*.orig" \
|
|
||||||
-a ! -name "*.dep" \
|
-a ! -name "*.dep" \
|
||||||
-a ! -name "*.o" \
|
-a ! -name "*.o" \
|
||||||
-a ! -name "*.so" \
|
-a ! -name "*.so" \
|
||||||
|
|||||||
Reference in New Issue
Block a user