1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix(.gitattributes): bootstrap.sh execution fails on MSYS

change .gitattributes to set 'lf' line ending for *.sh files to make
them work with MSYS sh.
This commit is contained in:
Vincas Dargis 2016-05-28 10:30:33 -07:00
parent 774f3c1641
commit ad82862135

3
.gitattributes vendored
View File

@ -1,5 +1,8 @@
# Fix GitHub thinking our translations are TypeScript # Fix GitHub thinking our translations are TypeScript
*.ts linguist-language=XML *.ts linguist-language=XML
# fix bootstrap.sh on Windows MSYS
*.sh eol=lf
# Don't count the translation files in the language stats # Don't count the translation files in the language stats
translations/* linguist-vendored translations/* linguist-vendored