forked from SiliconLabs/wireless-xpress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
66 lines (54 loc) · 1.21 KB
/
.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Global rule to auto-detect text files that are not mentioned
# specifically below.
* text=auto
# Various kinds of source files that are text
*.c text
*.m text
*.h text
*.pch text
*.a51 text
*.A51 text
*.SRC text
*.src text
*.ld text
*.sh text
*.java text
*.xml text
Makefile text
# Project files for various tools
# Some are binary, some text, and some require CRLF
.project text eol=crlf
.cproject text eol=crlf
*.slsproj text eol=crlf
*.hwconf text eol=crlf
*.uvopt text eol=crlf
*.uvproj text eol=crlf
*.wsp text eol=crlf
*.abp text eol=crlf
*.cwg binary
*.pbxproj text eol=lf
*.plist text eol=lf
*.xib text eol=lf
*.storyboard text eol=lf
*.bat text eol=crlf
# Documentation files
*.txt text
*.md text
*.html text
*.css text
*.sty text
*.docx binary
*.pdf binary
Doxyfile text
Doxyfile.* text
# Misc text files
*.properties text
# Misc binary files
*.png binary
*.jpg binary
*.tif binary
*.class binary
*.jar binary
# treat hex files as binary so they just get replaced instead
# of attempted merge
*.hex binary