diff --git a/run b/run index 865991455f..df08b40370 100755 --- a/run +++ b/run @@ -43,6 +43,6 @@ fi printf "%s\n" "${profiles[@]}" | LC_ALL=C sort >dockerhub-metadata.profiles # git stuffs -git add --all +git add --all -- ':!.tmp.*' git commit --message 'Automatic run' git push