# Ensure BAM and CRAM files are left as binary.  To display changes in them
# by converting to SAM, add to your configuration (perhaps with --global):
#
#	git config diff.bam.textconv  "samtools view -h"
#	git config diff.cram.textconv "samtools view -h"
*.bam     -text diff=bam
*.cram    -text diff=cram

# Omit these files from release tarballs.
/.appveyor.yml  export-ignore
.git*           export-ignore
/.travis.yml    export-ignore
README.md       export-ignore

# Remove the text attribute from reference files, so that git doesn't convert
# line separators on Windows machines. It causes the index files to become out
# of sync with the fasta files.
*.fa* -text
