Merge pull request #1495 from StevenPuttemans:bugfix_3282
[profile/ivi/opencv.git] / .gitattributes
1 *           text=auto whitespace=trailing-space,space-before-tab,-indent-with-non-tab,tab-in-indent,tabwidth=4
2
3 .git*       text export-ignore
4
5 *.aidl         text
6 *.appxmanifest text
7 *.bib          text
8 *.c            text
9 *.cl           text
10 *.conf         text
11 *.cpp          text
12 *.css_t        text
13 *.cu           text
14 *.cxx          text
15 *.def          text
16 *.filelist     text
17 *.h            text
18 *.hpp          text
19 *.htm          text
20 *.html         text
21 *.hxx          text
22 *.i            text
23 *.idl          text
24 *.java         text
25 *.js           text
26 *.mk           text
27 *.mm           text
28 *.plist        text
29 *.properties   text
30 *.py           text
31 *.qrc          text
32 *.qss          text
33 *.S            text
34 *.sbt          text
35 *.scala        text
36 *.sty          text
37 *.tex          text
38 *.txt          text
39 *.xaml         text
40
41 # reST underlines/overlines can look like conflict markers
42 *.rst          text conflict-marker-size=80
43
44 *.cmake         text whitespace=tabwidth=2
45 *.cmakein       text whitespace=tabwidth=2
46 *.in            text whitespace=tabwidth=2
47 CMakeLists.txt  text whitespace=tabwidth=2
48
49 *.avi       binary
50 *.bmp       binary
51 *.exr       binary
52 *.ico       binary
53 *.jpeg      binary
54 *.jpg       binary
55 *.png       binary
56
57 *.a         binary
58 *.so        binary
59 *.dll       binary
60 *.jar       binary
61
62 *.pdf       binary
63 *.pbxproj   binary
64 *.vec       binary
65 *.doc       binary
66 *.dia       binary
67
68 *.xml                      -text whitespace=cr-at-eol
69 *.yml                      -text whitespace=cr-at-eol
70 .project                   -text whitespace=cr-at-eol merge=union
71 .classpath                 -text whitespace=cr-at-eol merge=union
72 .cproject                  -text whitespace=cr-at-eol merge=union
73 org.eclipse.jdt.core.prefs -text whitespace=cr-at-eol merge=union
74
75 *.bat       text eol=crlf
76 *.cmd       text eol=crlf
77 *.cmd.tmpl  text eol=crlf
78 *.dsp       text eol=crlf -whitespace
79 *.sln       text eol=crlf -whitespace
80 *.vcproj    text eol=crlf -whitespace merge=union
81 *.vcxproj   text eol=crlf -whitespace merge=union
82
83 *.sh        text eol=lf