Home | History | Annotate | Download | only in tcpdump
      1 # manage core stuff for LF normalization
      2 core.autocrlf=true
      3 
      4 # Auto detect text files and perform LF normalization
      5 * text=auto
      6 
      7 # Custom for Visual Studio
      8 *.cs     diff=csharp
      9 *.sln    merge=union
     10 *.csproj merge=union
     11 *.vbproj merge=union
     12 *.fsproj merge=union
     13 *.dbproj merge=union
     14 
     15 # Standard to msysgit
     16 *.doc	 diff=astextplain
     17 *.DOC	 diff=astextplain
     18 *.docx diff=astextplain
     19 *.DOCX diff=astextplain
     20 *.dot  diff=astextplain
     21 *.DOT  diff=astextplain
     22 *.pdf  diff=astextplain
     23 *.PDF	 diff=astextplain
     24 *.rtf	 diff=astextplain
     25 *.RTF	 diff=astextplain
     26 #unix/linux stuff (tarballs)
     27