Support gstreamer as a backend of videoio module
[platform/upstream/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 *.m            text
27 *.mk           text
28 *.mm           text
29 *.plist        text
30 *.properties   text
31 *.py           text
32 *.qrc          text
33 *.qss          text
34 *.rc           text
35 *.rc.in        text
36 *.S            text
37 *.sbt          text
38 *.scala        text
39 *.sty          text
40 *.tex          text
41 *.txt          text
42 *.xaml         text
43
44 # reST underlines/overlines can look like conflict markers
45 *.rst          text conflict-marker-size=80
46 # Markdown heading markers can look like conflict markers
47 *.md           text conflict-marker-size=200
48
49 *.cmake         text whitespace=tabwidth=2
50 *.cmakein       text whitespace=tabwidth=2
51 *.in            text whitespace=tabwidth=2
52 CMakeLists.txt  text whitespace=tabwidth=2
53
54 *.avi       binary
55 *.bmp       binary
56 *.exr       binary
57 *.ico       binary
58 *.jpeg      binary
59 *.jpg       binary
60 *.png       binary
61
62 *.a         binary
63 *.so        binary
64 *.dll       binary
65 *.jar       binary
66
67 *.pdf       binary
68 *.pbxproj   binary
69 *.vec       binary
70 *.doc       binary
71 *.dia       binary
72
73 *.xml                      -text whitespace=cr-at-eol
74 *.yml                      -text whitespace=cr-at-eol
75 .project                   -text whitespace=cr-at-eol merge=union
76 .classpath                 -text whitespace=cr-at-eol merge=union
77 .cproject                  -text whitespace=cr-at-eol merge=union
78 org.eclipse.jdt.core.prefs -text whitespace=cr-at-eol merge=union
79
80 *.bat       text eol=crlf
81 *.cmd       text eol=crlf
82 *.cmd.tmpl  text eol=crlf
83 *.dsp       text eol=crlf -whitespace
84 *.ps1       text eol=crlf
85 *.ps1.in    text eol=crlf
86 *.sln       text eol=crlf -whitespace
87 *.vcproj    text eol=crlf -whitespace merge=union
88 *.vcxproj   text eol=crlf -whitespace merge=union
89
90 *.sh        text eol=lf