Merge branch 'master' into update-nunit-3.10.1

This commit is contained in:
Dan Balasescu 2018-04-13 22:05:26 +09:00 committed by GitHub
commit 258e17566c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1070 changed files with 95316 additions and 95312 deletions

40
.gitattributes vendored
View File

@ -1,19 +1,23 @@
# This won't normalise line endings, but it will ensure that merge drivers use CRLF # Autodetect text files and ensure that we normalise their
* -text eol=crlf # line endings to lf internally. When checked out they may
# use different line endings.
* text=auto
# Currently in-use binary file extensions # Check out with crlf (Windows) line endings
*.blend binary *.sln text eol=crlf
*.bmp binary *.csproj text eol=crlf
*.dll binary *.cs text diff=csharp eol=crlf
*.exe binary *.resx text eol=crlf
*.icns binary *.vsixmanifest text eol=crlf
*.ico binary packages.config text eol=crlf
*.jpg binary App.config text eol=crlf
*.osz2 binary *.bat text eol=crlf
*.pdn binary *.cmd text eol=crlf
*.psd binary *.snippet text eol=crlf
*.PSD binary
*.tga binary # Check out with lf (UNIX) line endings
*.ttf binary *.sh text eol=lf
*.wav binary .gitignore text eol=lf
*.xnb binary .gitattributes text eol=lf
*.md text eol=lf
.travis.yml text eol=lf