Revision 7642dde19e096826c22f5305bcb2dc3aa767a4a3 authored by Brad King on 01 June 2016, 13:04:44 UTC, committed by CMake Topic Stage on 01 June 2016, 13:04:44 UTC
20e55e4b CPackRPM and CPackDeb documentation improvements

2 parent s adc7fcd + 20e55e4
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

*.rst            whitespace=tab-in-indent conflict-marker-size=79
back to top