forked from kyamagu/mexopencv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
42 lines (38 loc) · 1005 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# dont add to archives when exporting
.gitignore export-ignore
.gitattributes export-ignore
.travis.yml export-ignore
appveyor.yml export-ignore
# autodetect all text files to be EOL-normalized
# (on checkin, set EOL to LF; on checkout, set EOL to OS native)
* text=auto
# explicitly specify text files to be EOL-normalized
*.m text diff=matlab
*.c text diff=cpp
*.cpp text diff=cpp
*.h text diff=cpp
*.hpp text diff=cpp
*.html text diff=html
*.css text diff=css
*.xml text
*.dox text
*.markdown text
*.md text
*.txt text
*.sh text
*.yml text
*.json text
# binary files (no EOL conversion whatsoever): checkin/checkout as is
*.jpg binary
*.png binary
*.tiff binary
*.bmp binary
*.gif binary
*.hdr binary
*.avi binary
*.mp4 binary
*.jar binary
*.zip binary
*.gz binary
# some XML models contain binary data
test/*.xml binary