-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
60 lines (55 loc) · 1.18 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
LAST_COMMIT export-subst
.gitignore export-ignore
.gitattributes export-ignore
.uncrustify.cfg export-ignore
*[Kk]oala* export-ignore
*[Pp]isces* export-ignore
*[Rr][Kk]1808* export-ignore
*[Rr][Kk]2106* export-ignore
*[Rr][Kk]2206* export-ignore
*[Rr][Kk]3568-mcu* export-ignore
*[Rr][Vv]1108* export-ignore
*[Rr][Vv]1126* export-ignore
*[Ss]wallow* export-ignore
*.c linguist-language=C
*.C linguist-language=C
*.h linguist-language=C
*.H linguist-language=C
* text=auto
*.S text
*.asm text
*.c text
*.cc text
*.cpp text
*.cxx text
*.h text
*.htm text
*.html text
*.in text
*.ld text
*.m4 text
*.mak text
*.mk text
*.py text
*.rb text
*.s text
*.sct text
*.sh text
*.txt text
*.xml text
Makefile text
LICENSE text
LAST_COMMIT text
*.LZO -text
*.Opt -text
*.Uv2 -text
*.ewp -text
*.eww -text
*.vcproj -text
*.bat -text
*.dos -text
*.icf -text
*.inf -text
*.ini -text
*.sct -text
*.xsd -text