These are supposed to have CRLF because Windows, so we'll just skip this file type in the script. (cherry picked from commit 4cdc75915f1643c3cdaadccdfcaf12d62e01e7ab)
@@ -20,6 +20,8 @@ while IFS= read -rd '' f; do
continue
elif [[ "$f" == *"sln" ]]; then
+ elif [[ "$f" == *".bat" ]]; then
+ continue
elif [[ "$f" == *"patch" ]]; then
elif [[ "$f" == *"pot" ]]; then