https://github.com/Kitware/CMake
Revision 38df26bc6f0b36abaf673d0471037fb01ced39fa authored by Stephen Kelly on 03 March 2014, 09:57:23 UTC, committed by Brad King on 03 March 2014, 15:11:19 UTC
1 parent a7c956b
Raw File
Tip revision: 38df26bc6f0b36abaf673d0471037fb01ced39fa authored by Stephen Kelly on 03 March 2014, 09:57:23 UTC
CMP0043: Document old and new interfaces for setting directory property.
Tip revision: 38df26b
.gitattributes
.gitattributes   export-ignore
.hooks*          export-ignore

bootstrap        crlf=input
configure        crlf=input
*.[1-9]          crlf=input
*.sh             crlf=input
*.sh.in          crlf=input

*.bat           -crlf
*.bat.in        -crlf
*.dsp           -crlf
*.dsptemplate   -crlf
*.dsw           -crlf
*.sln           -crlf
*.vcproj        -crlf

*.c              whitespace=tab-in-indent
*.h              whitespace=tab-in-indent
*.cxx            whitespace=tab-in-indent
*.txt            whitespace=tab-in-indent
*.cmake          whitespace=tab-in-indent
back to top