Removed curl dependency by using cmake internal curl
[platform/upstream/cmake.git] / .gitattributes
1 .gitattributes   export-ignore
2 .hooks*          export-ignore
3
4 bootstrap        crlf=input
5 configure        crlf=input
6 *.[1-9]          crlf=input
7 *.sh             crlf=input
8 *.sh.in          crlf=input
9
10 *.bat           -crlf
11 *.bat.in        -crlf
12 *.dsp           -crlf
13 *.dsptemplate   -crlf
14 *.dsw           -crlf
15 *.sln           -crlf
16 *.vcproj        -crlf
17
18 *.c              whitespace=tab-in-indent
19 *.h              whitespace=tab-in-indent
20 *.cxx            whitespace=tab-in-indent
21 *.txt            whitespace=tab-in-indent
22 *.cmake          whitespace=tab-in-indent