-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitattributes
67 lines (53 loc) · 1.51 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
61
62
63
64
65
66
67
# .gitattributes -- git attibute to pathname mapping
# Do end-of-line character normalization on all text files
* text=auto encoding=UTF-8
# Common file types in Orc repos
*.xml text
*.html text diff=html linguist-language=HTML
*.shtml text diff=html linguist-language=HTML
*.xhtml text diff=html linguist-language=HTML
*.xsl text
*.orc text linguist-language=Orc
*.java text diff=java
*.scala text
*.png binary
*.gif binary
*.class binary
*.jar binary
*.war binary
*.zip binary
*.gz binary
*.txt text
*.svg text
*.js text
*.inc text linguist-language=Orc
*.prefs text
*.pdf binary
*.css text diff=css
*.properties text
*.bib text diff=bibtex
*.BAT text eol=crlf
# Third-party files
lib/** linguist-vendored
libs/** linguist-vendored
tools/** linguist-vendored
# Documentation files
*.md text linguist-documentation
*.creole text linguist-documentation
BUILD text linguist-documentation
BUILD.txt text linguist-documentation
INSTALL text linguist-documentation
INSTALL.txt text linguist-documentation
LICENSE text linguist-documentation
LICENSE.txt text linguist-documentation
README text linguist-documentation
README.txt text linguist-documentation
about.html text linguist-documentation
licenses.yml text linguist-documentation
help/** linguist-documentation
licenses/** linguist-documentation
# Editor support specific
*.vim text linguist-language=vim
*.tmLanguage text linguist-language=XML
*.plist text linguist-language=XML
*.el text linguist-language=emacs