https://github.com/Kitware/CMake
Revision c69a84c3087f8aa294f4260a856c9440d3ee011a authored by Brad King on 03 March 2014, 15:12:05 UTC, committed by Brad King on 03 March 2014, 15:12:05 UTC
2 parent s 9efba5d + 38df26b
Raw File
Tip revision: c69a84c3087f8aa294f4260a856c9440d3ee011a authored by Brad King on 03 March 2014, 15:12:05 UTC
Merge branch 'CMP0043-dir-prop' into release
Tip revision: c69a84c
.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