-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
47 lines (41 loc) · 1.28 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
# List of files to be included in GitHub statistics.
# DO NOT EDIT - the file is updated via the template system.
# Some defaults:
* text eol=lf
*.aif binary
*.aiff binary
*.doc binary
*.docx binary
*.fomabin binary
*.fst binary
*.gz binary
*.hfst binary
*.hgst binary
*.jpeg binary
*.jpg binary
*.odp binary
*.ods binary
*.pdf binary
*.pickle binary
*.png binary
*.save binary
*.tgz binary
*.xls binary
*.xlsx binary
*.zip binary
# Include in statistics, no syntax colour ATM, classified as text instead:
*.lexc linguist-language=Text linguist-detectable=true
*.twolc linguist-language=Text linguist-detectable=true
*.cg3 linguist-language=Text linguist-detectable=true
# Include in statistics:
*.yaml linguist-detectable=true
*.yml linguist-detectable=true
# Use regex syntax colouring on these files:
*.xfscript linguist-language=regex linguist-detectable=true
*.pmscript linguist-language=regex linguist-detectable=true
# Make sure these file types are included with syntax colouring:
*.am linguist-language=Makefile linguist-detectable=true
*.xml.in linguist-language=XML linguist-detectable=true
# Exclude from statistics:
docs/*.html linguist-documentation
devtools/*.html linguist-generated