https://github.com/CampagneLaboratory/goby
Raw File
Tip revision: 63cb7ec595208d35bad8d097fbb275086d3c2b8a authored by Fabien Campagne on 17 December 2013, 16:46:00 UTC
Take the max or normalized priority contributions rather than the average.
Tip revision: 63cb7ec
.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
*.cc text
*.h text
*.java text
*.properties text
*.xml text
*.jsap text
*.tsv text
*.txt text
*.proto text
*.fa text
*.fasta text
*.fq text
*.fastq text

# 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