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