forked from seqan/seqan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
51 lines (49 loc) · 1 KB
/
.gitattributes
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
51
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto
# Forcing line endings to CRLF for window files.
[attr]windows_text text eol=crlf
*.sln
*.bat
# Text data file types that are used in the tests. We force the line endings
# to LF (Unix) so we can use the same assumptions on Unix and Window.
[attr]unix_text text eol=lf
*.amos unix_text
*.bed unix_text
*.ctd unix_text
*.ctd unix_text
*.fa unix_text
*.fai unix_text
*.fasta unix_text
*.fastq unix_text
*.fq unix_text
*.gff unix_text
*.gtf unix_text
*.sam unix_text
*.tsv unix_text
# Text files
*.txt unix_text
INFO unix_text
LICENSE unix_text
README unix_text
README.* unix_text
# Build files etc.
Portfile unix_text
Makefile* unix_text
*.cmake unix_text
*.in unix_text
# Output for demo tests.
*.stdout unix_text
*.stderr unix_text
# Explicit source files.
*.R unix_text
*.c unix_text
*.cpp unix_text
*.css unix_text
*.h unix_text
*.htm unix_text
*.html unix_text
*.js unix_text
*.less unix_text
*.php unix_text
*.py unix_text
*.sh unix_text