2017-12-10 06:00:51 +01:00
|
|
|
*.go linguist-language=Go
|
|
|
|
_examples/* linguist-documentation
|
|
|
|
_benchmarks/* linguist-documentation
|
2020-01-05 17:27:21 +01:00
|
|
|
go.sum linguist-generated
|
2017-12-10 06:00:51 +01:00
|
|
|
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
|
|
# if from windows:
|
|
|
|
# git config --global core.autocrlf true
|
|
|
|
# if from unix:
|
|
|
|
# git config --global core.autocrlf input
|
|
|
|
# https://help.github.com/articles/dealing-with-line-endings/#per-repository-settings
|
2018-06-24 13:24:58 +02:00
|
|
|
* text=auto
|
|
|
|
# ignore perms
|
2019-07-19 11:27:35 +02:00
|
|
|
# git config core.filemode false
|