Files
soc-codegen-template/.gitattributes

17 lines
378 B
Plaintext

# Windows cmd.exe 按系统 ANSI(中文 Windows 为 GBK)解析 .bat
# 因此:换行必须是 CRLF;.bat 正文保持纯 ASCII,不要写中文
*.bat text eol=crlf
*.cmd text eol=crlf
# 厂商二进制 / 库:禁止当文本做换行转换
*.exe binary
*.dll binary
*.a binary
*.bin binary
*.boot binary
*.key binary
*.ufw binary
*.fw binary
*.wts binary
*.uart binary