You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bat/tests/syntax-tests/highlighted/Git Attributes/example.gitattributes

2.1 KiB

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