/[dtapublic]/.gitattributes
ViewVC logotype

Contents of /.gitattributes

Parent Directory Parent Directory | Revision Log Revision Log


Revision 262 - (show annotations) (download)
Tue Nov 20 01:42:15 2018 UTC (5 years, 4 months ago) by dashley
File size: 431 byte(s)
Add .gitattributes file for .txt test files with abormal line endings.
Change .gitattributes and .gitignore files to have platform-dependent line endings.
1 # Set the default behavior, in case people don't have core.autocrlf set.
2 * text=auto
3
4 # Explicitly declare text files you want to always be normalized and converted
5 # to native line endings on checkout.
6 *.c text
7 *.h text
8 *.tex text
9
10 # Declare files that will always have CRLF line endings on checkout.
11 *.sln text eol=crlf
12
13 # Denote all files that are truly binary and should not be modified.
14 *.png binary
15 *.jpg binary
16 *.pdf binary

Properties

Name Value
svn:eol-style native

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25