-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
60 lines (39 loc) · 993 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# .gitattributes -- git attibute to pathname mapping
# Do end-of-line character normalization on all text files
* text=auto encoding=UTF-8
# TeX file types
*.tex text diff=tex
*.bib text diff=bibtex
*.cls text diff=tex linguist-language=TeX
*.sty text diff=tex linguist-language=TeX
*.bst text
# Graphic file types
*.svg text
*.png binary
*.gif binary
*.pdf binary
*.eps text
# Common file types
*.txt text
*.zip binary
*.gz binary
*.xml text
*.xsl text
*.html text diff=html linguist-language=HTML
*.shtml text diff=html linguist-language=HTML
*.xhtml text diff=html linguist-language=HTML
*.css text diff=css
*.js text
# Source code
*.orc text linguist-language=Orc
*.inc text linguist-language=Orc
*.java text diff=java
*.scala text
*.jar binary
# iWork/Office/etc. file types
*.numbers binary
*.pptx binary
*.xlsx binary
# Documentation files
*.md text linguist-documentation
*.creole text linguist-documentation