Revision e053510efa72fe4c4e647ccd9e9168d0e187ffd2 authored by Brad King on 03 May 2016, 14:17:02 UTC, committed by CMake Topic Stage on 03 May 2016, 14:17:02 UTC
79410eeb ExternalProject: Initialize Git submodules recursively and on update (#16083)

2 parent s 3fc49c5 + 79410ee
Raw File
.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
*.dsw           -crlf
*.pfx           -crlf
*.png           -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