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