mirror of
https://github.com/espressif/openthread.git
synced 2025-08-06 14:52:18 +08:00
21 lines
409 B
Plaintext
21 lines
409 B
Plaintext
# Auto normalize all files which appear to be text files.
|
|
* text=auto
|
|
|
|
# Auto normalize files which are explicitly text
|
|
*.[ch] text
|
|
*.[ch]pp text
|
|
*.txt text
|
|
*.md text
|
|
*.yml text
|
|
*.html text
|
|
*.py text
|
|
|
|
# Files which are explicitly binary
|
|
*.gz binary !eol
|
|
*.xz binary !eol
|
|
*.bz2 binary !eol
|
|
*.tar binary !eol
|
|
*.png binary !eol
|
|
*.jpg binary !eol
|
|
*.gif binary !eol
|