https://github.com/root-project/root
Raw File
Tip revision: 8614d375360b7641a87ef4e62ca95da83dec1a6a authored by Fons Rademakers on 13 September 2013, 14:39:22 UTC
set MACOSXVERSION also when cocoa is disabled.
Tip revision: 8614d37
.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

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