Clone
ixen <ixen@copyhandler.com>
committed
on 23 Nov 16
First version of gitattributes file (CH-312)
ParallelizeReaderWriter + 3 more
.gitattributes (+33)
  1 # Main setting
  2 * text=auto
  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