https://github.com/Kitware/CMake
Revision d63609ed2a5f707b0e72adef2a1804cae611caa9 authored by Kitware Robot on 22 December 2014, 05:01:08 UTC, committed by Kitware Robot on 22 December 2014, 05:01:08 UTC
1 parent 2c76f6f
Raw File
Tip revision: d63609ed2a5f707b0e72adef2a1804cae611caa9 authored by Kitware Robot on 22 December 2014, 05:01:08 UTC
CMake Nightly Date Stamp
Tip revision: d63609e
.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
*.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