https://github.com/Kitware/CMake
Revision 80d5090a2c084c1b14a4cafce14d8ca9fec8a6c9 authored by Stephen Kelly on 23 September 2013, 05:43:57 UTC, committed by Stephen Kelly on 23 September 2013, 06:04:13 UTC
1 parent d2cf4e9
Raw File
Tip revision: 80d5090a2c084c1b14a4cafce14d8ca9fec8a6c9 authored by Stephen Kelly on 23 September 2013, 05:43:57 UTC
GEH: Use the macro for the deprecation attribute after definiting it.
Tip revision: 80d5090
.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