modified: src1/input.c
[GalaxyCodeBases.git] / c_cpp / lib / htslib / .gitattributes
blob173dcd329819b2487a3645d6842e8ac4a4bc0339
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"
6 *.bam     -text diff=bam
7 *.cram    -text diff=cram
9 # Omit these files from release tarballs.
10 .git*           export-ignore
11 /.travis.yml    export-ignore
12 README.md       export-ignore