Revision d9916a6568a7a8a143847ec74254ebf7f774dc11 authored by Fabien Campagne on 21 June 2016, 02:51:12 UTC, committed by Fabien Campagne on 21 June 2016, 02:51:12 UTC
2 parent s 2f16efa + c4e046e
Raw File
.gitattributes
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto

# Explicitly declare text files we want to always be normalized and converted 
# to native line endings on checkout.
*.c text
*.h text
*.java text
*.properties
*.xml
*.jsap
*.tsv
*.txt
*.proto
*.fa
*.fasta
*.fq
*.fastq

# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.jar binary
*.compact-reads binary
*.entries binary
*.header binary
*.index binary
*.tmh binary
*.perm binary
back to top