forked from opencor/opencor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
45 lines (44 loc) · 940 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
43
44
45
* text=auto
*.asm text
*.bat text
*.c text
*.cellml text
*.cmake text
*.cpp text
*.css text
*.def text
*.gen text
*.gitattributes text
*.gitignore text
*.h text
*.hpp text
*.html text
*.hxx text
*.icns binary
*.ico binary
*.in text
*.inc text
*.inl text
*.jpg binary
*.js text
*.json text
*.map text
*.md text
*.nsh text
*.out text
*.php text
*.png binary
*.qhcp text
*.qhp text
*.qm binary
*.qrc text
*.rc text
*.svg text
*.td text
*.ts text
*.txt text
*.ui text
*.vbs text
*.xml text
*.xsl text
*.yml text