https://github.com/root-project/root
Raw File
Tip revision: dd4fcde9afed9172a2445f01c7c9a0b6cd6151d7 authored by Philippe Canal on 02 December 2016, 23:07:29 UTC
Add part of v6.08/02 release notes
Tip revision: dd4fcde
.gitattributes
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto

# Declare files that will always have CRLF line endings on checkout.
*.sln eol=crlf
*.dsp eol=crlf
*.dsw eol=crlf
*.bat eol=crlf
*.cs  eol=crlf
*.csproj eol=crlf
*.vsct  eol=crlf
*.resx  eol=crlf
*.vsixmanifest  eol=crlf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.pdf binary
*.root binary
back to top