cannam@162: # Set the default behavior, in case people don't have core.autocrlf set. cannam@162: * text=auto cannam@162: cannam@162: # Explicitly declare text files you want to always be normalized and converted cannam@162: # to native line endings on checkout. cannam@162: *.c text cannam@162: *.h text cannam@162: *.cpp text cannam@162: *.hpp text cannam@162: *.fth text cannam@162: *.java text cannam@162: *.f text cannam@162: *.txt text cannam@162: *.dox text cannam@162: *.m text cannam@162: cannam@162: # Declare files that will always have CRLF line endings on checkout. cannam@162: *.sln text eol=crlf cannam@162: *.def text eol=crlf cannam@162: *.dsp text eol=crlf cannam@162: *.dsw text eol=crlf cannam@162: *.vcproj text eol=crlf cannam@162: *.sln text eol=crlf cannam@162: *.doc text eol=crlf cannam@162: *.bat text eol=crlf cannam@162: cannam@162: # Denote all files that are truly binary and should not be modified. cannam@162: *.dic binary cannam@162: *.odt binary cannam@162: *.pdf binary cannam@162: *.png binary cannam@162: *.jpg binary cannam@162: *.wav binary cannam@162: *.la binary cannam@162: config.guess binary cannam@162: config.status binary cannam@162: config.sub binary cannam@162: configure binary cannam@162: depcomp binary cannam@162: install-sh binary cannam@162: libtool binary cannam@162: missing binary cannam@162: