forked from microsoft/CNTK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
88 lines (74 loc) · 1.11 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
.gitattributes text
.gitignore text
.clang-format text
*.md text
*.txt text
*.html text
*.lyx text
*.bib text
KaldiReaderReadme text
Readme text
*.bat text
*.py text
*.pl text
*.sh text eol=lf
build-and-test text eol=lf
configure text eol=lf
generate_build_info text eol=lf
run-test text eol=lf
run-test-common text eol=lf
Makefile text
*.sln text
*.vcxproj text
*.vcxproj.filters text
*.vssettings text
*.csproj text
*.h text
*.cpp text
*.cc text
*.cu text
*.cuh text
*.cs text
*.yml text
*.config text
*.cntk text
*.bs text
*.ndl text
*.mel text
*.xml text
*.m text
*.mlf text
*.scp text
*.list text
*.log text
# Speech data
mean.363 text
var.363 text
prior.132 text
# AMI-specific
Results text
40fbank.conf text
80fbank.conf text
# SLU-specific
atis.*.simple
# TIMIT-specific
*.fbank24_zda text
TIMIT*.100 text
TIMIT*.20 text
TIMIT*.arpa text
TIMIT*.cntk text
TIMIT*.dnn_map text
TIMIT*.fbank text
TIMIT*.fullpath text
TIMIT*.lookahead text
TIMIT*.rnn text
TIMIT*.statelist text
TIMIT*.tfsa text
TIMIT*.transitions text
# Binary extensions:
*.vsdm binary
*.pdf binary
*.png binary
*.docx binary
*.chunk binary
*.pptx binary