-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.gitattributes
More file actions
50 lines (47 loc) · 787 Bytes
/
.gitattributes
File metadata and controls
50 lines (47 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Set the default behavior, in case people don't have core.autocrlf set.
* text=lf
*.sh eol=lf
*.txt eol=lf
*.md eol=lf
*.eb eol=lf
*.json eol=lf
*.sed eol=lf
*.c eol=lf
*.cpp eol=lf
*.h eol=lf
*.asm eol=lf
*.S eol=lf
*.yaml eol=lf
Makefile eol=lf
# Declare our textual formats as binary so we can check in test files with Unix or Windows style end-of-lines
*.vcf binary
*.bcf binary
*.sam binary
*.bam binary
*.cram binary
*.gff3 binary
*.gff binary
*.gvf binary
*.gtf binary
genome_*.txt binary
*.fa binary
*.fasta binary
*.fa binary
*.faa binary
*.ffn binary
*.fnn binary
*.fna binary
*.frn binary
*.fas binary
*.fq binary
*.fastq binary
*.phy binary
*.bed binary
*.kraken binary
*.chain binary
*.locs binary
*.genozip binary
# installer files
*.tar binary
*.exe binary
*.o binary