forked from kaldi-asr/kaldi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
20 lines (16 loc) · 616 Bytes
/
Copy path.gitattributes
File metadata and controls
20 lines (16 loc) · 616 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# On Windows it is important to keep unix-style line endings in all egs/ files.
egs/** eol=lf
# Windows build files fare better when stored in native Windows CR-LF line
# ending format.
msbuild/*.*proj eol=crlf
msbuild/*.targets eol=crlf
msbuild/*.props eol=crlf
msbuild/*.ps1 eol=crlf
# Windows props
windows/*.props eol=crlf
windows/generate_solution.pl eol=native
windows/INSTALL* eol=native
windows/NewGuidCmd.exe.config text eol=crlf
windows/NewGuidCmd.exe binary
# Prevent git changing CR-LF to LF when archiving (patch requires CR-LF on Windows).
**/*.patch -text