https://github.com/Kitware/CMake
Revision 2e615d4be93635588ff7c3bd8d1ae74a01dd290c authored by Stephen Kelly on 09 February 2014, 21:09:20 UTC, committed by Stephen Kelly on 09 February 2014, 21:09:20 UTC
It is not showing modern practice, and is obsolete as documentation
after the rst documentation system and new content.
1 parent 1cc3e9f
Raw File
Tip revision: 2e615d4be93635588ff7c3bd8d1ae74a01dd290c authored by Stephen Kelly on 09 February 2014, 21:09:20 UTC
Remove the Example from the source.
Tip revision: 2e615d4
.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