mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-28 06:24:10 +01:00
b5711b8835
It is used by Bamboo server shell scripts, and being CRLF terminated, this sometimes results in broken file names, for example, of Android package.
14 lines
274 B
Plaintext
14 lines
274 B
Plaintext
#
|
|
# All make includes should have LF line endings to be consistent with flight code
|
|
#
|
|
|
|
*.mk text eol=lf
|
|
*.py text eol=lf
|
|
*.sh text eol=lf
|
|
|
|
/doxygen/* text eol=lf
|
|
/uncrustify/*.cfg text eol=lf
|
|
|
|
/templates/*.txt text eol=crlf
|
|
/templates/build-info.txt text eol=lf
|