Skip to content

Commit 24821b9

Browse files
committed
update shmesa zip to include everything other than explicitly excluded list
1 parent 5ae1cc9 commit 24821b9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

scripts/shmesa/shmesa

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,8 @@ shmesa_zip () {
252252
if [[ ! $(find "$dir_to_zip" -type f -iname "*inlist*") ]]; then
253253
echo "Warning: No inlist files found in the directory '$dir_to_zip'."
254254
fi
255-
256-
local include_pattern="*inlist* *.mod *.list *.net */src/*"
257-
local exclude_pattern="*/make/*.mod *.bak"
258-
zip -r "$zip_name" "$dir_to_zip" -i "$include_pattern" -x "$exclude_pattern"
255+
256+
zip -r "$zip_name" "$dir_to_zip" -x "*/make/*mod" "*/make/*.o" "*.bak" "*star" "*binary" "*LOGS*" "*photos*" "*png*" "*.mesa_temp_cache"
259257
}
260258

261259

0 commit comments

Comments
 (0)