mirror of https://github.com/qTox/qTox.git
Browse Source
change .gitattributes to set 'lf' line ending for *.sh files to make them work with MSYS sh.pull/3338/head
1 changed files with 3 additions and 0 deletions
@ -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 |
||||||
|
Loading…
Reference in new issue