Merge pull request #891 from NCBee:2.4
[profile/ivi/opencv.git] / .gitattributes
1 .git*       export-ignore
2
3 *           text=auto whitespace=trailing-space,space-before-tab,-indent-with-non-tab,tab-in-indent,tabwidth=4
4
5 *.py        text
6 *.cpp       text
7 *.hpp       text
8 *.cxx       text
9 *.hxx       text
10 *.mm        text
11 *.c         text
12 *.h         text
13 *.i         text
14 *.js        text
15 *.java      text
16 *.scala     text
17 *.cu        text
18 *.cl        text
19 *.css_t     text
20 *.qrc       text
21 *.qss       text
22 *.S         text
23 *.rst       text
24 *.tex       text
25 *.sty       text
26
27 *.aidl      text
28 *.mk        text
29
30 *.cmake         text whitespace=tabwidth=2
31 *.cmakein       text whitespace=tabwidth=2
32 *.in            text whitespace=tabwidth=2
33 CMakeLists.txt  text whitespace=tabwidth=2
34
35 *.png       binary
36 *.jpeg      binary
37 *.jpg       binary
38 *.exr       binary
39 *.ico       binary
40
41 *.a         binary
42 *.so        binary
43 *.dll       binary
44 *.jar       binary
45
46 *.pdf       binary
47 *.pbxproj   binary
48 *.vec       binary
49 *.doc       binary
50
51 *.xml                      -text whitespace=cr-at-eol
52 *.yml                      -text whitespace=cr-at-eol
53 .project                   -text whitespace=cr-at-eol merge=union
54 .classpath                 -text whitespace=cr-at-eol merge=union
55 .cproject                  -text whitespace=cr-at-eol merge=union
56 org.eclipse.jdt.core.prefs -text whitespace=cr-at-eol merge=union
57
58 *.vcproj    text eol=crlf merge=union
59 *.bat       text eol=crlf
60 *.cmd       text eol=crlf
61 *.cmd.tmpl  text eol=crlf
62
63 *.sh        text eol=lf