]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/kaldi.git/blob - .gitattributes
[build] Change to compilation flags for Sequitur on Mac (#1716)
[processor-sdk/kaldi.git] / .gitattributes
1 # On Windows it is important to keep unix-style line endings in all egs/ files.
2 egs/**             eol=lf
4 # Windows build files fare better when stored in native Windows CR-LF line
5 # ending format.
6 msbuild/*.*proj    eol=crlf
7 msbuild/*.targets  eol=crlf
8 msbuild/*.props    eol=crlf
9 msbuild/*.ps1      eol=crlf
11 # Windows props
12 windows/*.props    eol=crlf
13 windows/generate_solution.pl  eol=native
14 windows/INSTALL*   eol=native
15 windows/NewGuidCmd.exe.config text eol=crlf
16 windows/NewGuidCmd.exe binary
18 # Prevent git changing CR-LF to LF when archiving (patch requires CR-LF on Windows).
19 **/*.patch            -text