forked from opencor/opencor
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitattributes
41 lines (40 loc) · 860 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
* text=auto
*.bat text
*.c text
*.cellml text
*.cmake text
*.cpp text
*.css text
*.exfile text
*.gitattributes text
*.gitignore text
*.h text
*.html text
*.icns binary
*.ico binary
*.in text
*.inl text
*.jpg binary
*.js text
*.json text
*.mm text
*.nsh text
*.omex binary
*.out text
*.php text
*.png binary
*.pptx binary
*.py text
*.qhp text
*.qm binary
*.qrc text
*.rst text
*.sedml text
*.svg text
*.ts text
*.txt text
*.ui text
*.vbs text
*.xml text
*.xsd text
*.xsl text