Revision 9b62968205ef333b01240e01da8ff8e2845a6ae7 authored by Lorenzo Moneta on 30 January 2014, 16:18:57 UTC, committed by Wouter Verkerke on 11 February 2014, 09:10:39 UTC
1 parent b4fe628
Raw File
.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
*.vcproj 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