mirror of https://github.com/sshnet/SSH.NET.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
500 B
23 lines
500 B
* text=auto
|
|
|
|
*.cs text diff=csharp
|
|
*.xaml text
|
|
*.sln eol=crlf
|
|
*.csproj eol=crlf
|
|
*.shproj eol=crlf
|
|
*.appxmanifest eol=crlf
|
|
|
|
*.png binary
|
|
*.jpg binary
|
|
*.dll binary
|
|
*.pdb binary
|
|
*.exe binary
|
|
*.nupkg binary
|
|
*.pdf binary
|
|
*.snk binary
|
|
|
|
# Ensure key files have LF endings for easier usage with ssh-keygen
|
|
# Also, the dockerfile used for integration tests fails if key files have cr-lf
|
|
test/Data/* eol=lf
|
|
test/Renci.SshNet.IntegrationTests/server/**/* eol=lf
|
|
test/Renci.SshNet.IntegrationTests/user/* eol=lf
|