/[dtapublic]/.gitattributes
ViewVC logotype

Diff of /.gitattributes

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 260 by dashley, Sat Nov 17 16:14:26 2018 UTC revision 262 by dashley, Tue Nov 20 01:42:15 2018 UTC
# Line 1  Line 1 
1  # Set the default behavior, in case people don't have core.autocrlf set.  # Set the default behavior, in case people don't have core.autocrlf set.
2  * text=auto  * text=auto
3    
4  # Explicitly declare text files you want to always be normalized and converted  # Explicitly declare text files you want to always be normalized and converted
5  # to native line endings on checkout.  # to native line endings on checkout.
6  *.c text  *.c text
7  *.h text  *.h text
8  *.tex text  *.tex text
9    
10  # Declare files that will always have CRLF line endings on checkout.  # Declare files that will always have CRLF line endings on checkout.
11  *.sln text eol=crlf  *.sln text eol=crlf
12    
13  # Denote all files that are truly binary and should not be modified.  # Denote all files that are truly binary and should not be modified.
14  *.png binary  *.png binary
15  *.jpg binary  *.jpg binary
16  *.pdf binary  *.pdf binary

Legend:
Removed from v.260  
changed lines
  Added in v.262

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25