Skip to content

Commit

Permalink
[ci skip] get rid of star and binary wildcards in shmesa zip
Browse files Browse the repository at this point in the history
  • Loading branch information
evbauer committed May 21, 2024
1 parent 7bdfa09 commit e90790f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/shmesa/shmesa
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ shmesa_zip () {
echo "Warning: No inlist files found in the directory '$dir_to_zip'."
fi

zip -r "$zip_name" "$dir_to_zip" -x "*/make/*mod" "*/make/*.o" "*.bak" "*star" "*binary" "*LOGS*" "*photos*" "*png*" "*.mesa_temp_cache"
zip -r "$zip_name" "$dir_to_zip" -x "*/make/*mod" "*/make/*.o" "*.bak" "star" "binary" "*LOGS*" "*photos*" "*png*" "*.mesa_temp_cache"
}


Expand Down

0 comments on commit e90790f

Please sign in to comment.