We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae1cc9 commit 24821b9Copy full SHA for 24821b9
scripts/shmesa/shmesa
@@ -252,10 +252,8 @@ shmesa_zip () {
252
if [[ ! $(find "$dir_to_zip" -type f -iname "*inlist*") ]]; then
253
echo "Warning: No inlist files found in the directory '$dir_to_zip'."
254
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"
+
+ zip -r "$zip_name" "$dir_to_zip" -x "*/make/*mod" "*/make/*.o" "*.bak" "*star" "*binary" "*LOGS*" "*photos*" "*png*" "*.mesa_temp_cache"
259
}
260
261
0 commit comments