-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitattributes
38 lines (31 loc) · 975 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
# Default behaviour
* text=crlf
# All text files are CRLF
*.txt text eol=crlf
*.h text eol=crlf
*.c text eol=crlf
*.cpp text eol=crlf
*.hpp text eol=crlf
*.py text eol=crlf
*.json text eol=crlf
*.md text eol=crlf
*.puml text eol=crlf
*.plantuml text eol=crlf
*.ini text eol=crlf
*.bat text eol=crlf
*.yml text eol=crlf
*.csv text eol=crlf
# Webots files are generated by a tool as LF
*.proto text eol=lf
*.wbt text eol=lf
# Doxygen files are generated by a tool as LF
doc/doxygen/* text eol=lf
# Images should be treated as binary
*.png binary
*.jepg binary
*.jpg binary
# Multimedia should be treated as binary
*.wav binary
*.mp4 binary
# Other files that should be treated as binary
*.ods binary