_ >   1 1 # Main setting
  2 2 * text=auto
  3 3
< _   4   # Sources
  5   *.c text
  6   *.cc text
  7   *.cxx text
  8   *.cpp text
  9   *.hpp text
  10   *.h text
  11   *.hh text
  12   *.bat text eol=crlf
  13  
  14   # Build intermediate files
  15   *.obj binary
  16   *.pch binary
  17  
  18   # Build output
  19   *.dll binary
  20   *.lib binary
  21   *.exe binary
  22  
  23   # Solutions and projects
  24   *.sln text eol=crlf
  25   *.csproj text eol=crlf
  26   *.vcxproj text eol=crlf
  27   *.vcproj text eol=crlf
  28  
  29   # Property sheets
  30   *.props text eol=crlf
  31  
  32   # Filter files
  33   *.filters text eol=crlf
    4 # Shell scripts
    5 *.sh text eol=lf