We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff6cf0 commit ad6fa24Copy full SHA for ad6fa24
1 file changed
.gitattributes
@@ -1,3 +1,11 @@
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):
3
+#
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
8
+
9
# Omit these files from release tarballs.
10
.git* export-ignore
11
/.travis.yml export-ignore
0 commit comments