https://github.com/CampagneLaboratory/goby
Raw File
Tip revision: 2b749b17287357ef0af83ad216bcb3e47576b690 authored by Fabien Campagne on 09 October 2013, 15:36:17 UTC
Use a WarningCounter to limit warning to 10 instances. This is needed to avoid writing Gb of log output when the threshold is met.
Tip revision: 2b749b1
.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