https://github.com/Kitware/CMake
Revision 5e6ba7d82d8c1e3ed8f7595cfd29cea0839be020 authored by Brad King on 06 October 2010, 14:39:10 UTC, committed by Brad King on 06 October 2010, 14:39:10 UTC
1 parent 07fcb60
Raw File
Tip revision: 5e6ba7d82d8c1e3ed8f7595cfd29cea0839be020 authored by Brad King on 06 October 2010, 14:39:10 UTC
CMake 2.8.3-rc2
Tip revision: 5e6ba7d
.gitattributes
.gitattributes   export-ignore

bootstrap        crlf=input
configure        crlf=input
*.[1-9]          crlf=input
*.sh             crlf=input
*.sh.in          crlf=input

*.bat           -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