1 # Ensure BAM and CRAM files are left as binary. To display changes in them
2 # by converting to SAM, add to your configuration (perhaps with --global):
4 # git config diff.bam.textconv "samtools view -h"
5 # git config diff.cram.textconv "samtools view -h"
9 # Omit these files from release tarballs.
11 /.travis.yml export-ignore
12 README.md export-ignore