forked from kyamagu/mexopencv
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
30 lines (26 loc) · 756 Bytes
/
Copy path.gitattributes
File metadata and controls
30 lines (26 loc) · 756 Bytes
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
# dont add to archives when exporting
.gitignore export-ignore
.gitattributes 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
*.xml text
*.dox text
*.markdown text
*.md text
*.txt text
# binary files (no EOL conversion whatsoever): checkin/checkout as is
*.jpg binary
*.png binary
*.tiff binary
*.bmp binary
*.jar binary
# some XML models contain binary data
test/*.xml binary