bat/tests/syntax-tests/source/Git Attributes/example.gitattributes
2020-10-24 14:09:52 +02:00

16 lines
284 B
Plaintext

#
# 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