Skip to content

Commit 1bcefe7

Browse files
Mark HillebrandMark Hillebrand
authored andcommitted
.gitattributes: set proper configuration for text files (and normalize files)
1 parent 146de26 commit 1bcefe7

File tree

131 files changed

+180378
-180292
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+180378
-180292
lines changed

.gitattributes

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,88 @@
1+
.gitattributes text
2+
.gitignore text
3+
4+
.clang-format text
5+
6+
*.md text
7+
*.txt text
8+
*.html text
9+
*.lyx text
10+
*.bib text
11+
KaldiReaderReadme text
12+
Readme text
13+
14+
*.bat text
15+
*.py text
16+
*.pl text
17+
*.sh text eol=lf
18+
build-and-test text eol=lf
19+
configure text eol=lf
20+
generate_build_info text eol=lf
121
run-test text eol=lf
222
run-test-common text eol=lf
23+
24+
Makefile text
25+
*.sln text
26+
*.vcxproj text
27+
*.vcxproj.filters text
28+
*.vssettings text
29+
*.csproj text
30+
31+
*.h text
32+
*.cpp text
33+
*.cc text
34+
*.cu text
35+
*.cuh text
36+
37+
*.cs text
38+
39+
*.yml text
40+
41+
*.config text
42+
*.cntk text
43+
*.bs text
44+
*.ndl text
45+
*.mel text
46+
*.xml text
47+
*.m text
48+
*.mlf text
49+
*.scp text
50+
*.list text
51+
52+
*.log text
53+
54+
# Speech data
55+
mean.363 text
56+
var.363 text
57+
prior.132 text
58+
59+
# AMI-specific
60+
Results text
61+
40fbank.conf text
62+
80fbank.conf text
63+
64+
# SLU-specific
65+
atis.*.simple
66+
67+
# TIMIT-specific
68+
*.fbank24_zda text
69+
TIMIT*.100 text
70+
TIMIT*.20 text
71+
TIMIT*.arpa text
72+
TIMIT*.cntk text
73+
TIMIT*.dnn_map text
74+
TIMIT*.fbank text
75+
TIMIT*.fullpath text
76+
TIMIT*.lookahead text
77+
TIMIT*.rnn text
78+
TIMIT*.statelist text
79+
TIMIT*.tfsa text
80+
TIMIT*.transitions text
81+
82+
# Binary extensions:
83+
*.vsdm binary
84+
*.pdf binary
85+
*.png binary
86+
*.docx binary
87+
*.chunk binary
88+
*.pptx binary

0 commit comments

Comments
 (0)