https://github.com/mmaciej2/kaldi
Raw File
Tip revision: ca32c4e2bd77544c4ad4aa0bba25f0b812ea1a61 authored by GoVivace on 31 December 2018, 23:22:34 UTC
[egs] Add more modern DNN recipe for fisher_callhome_spanish (#2951)
Tip revision: ca32c4e
.gitattributes
# 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

back to top