mirror of
https://github.com/sharkdp/bat
synced 2024-12-21 09:43:06 +00:00
16 lines
No EOL
284 B
Text
16 lines
No EOL
284 B
Text
#
|
|
# Comment
|
|
|
|
[attr]binary -diff -merge -text
|
|
|
|
* text=auto
|
|
*.c diff=c
|
|
*.cc text diff=cpp
|
|
*.o binary
|
|
*.bat text eol=crlf
|
|
*.lock text -diff
|
|
*.*ignore text
|
|
*.patch -text
|
|
|
|
.gitattributes linguist-language=gitattributes
|
|
.gitkeep export-ignore |