-
Notifications
You must be signed in to change notification settings - Fork 82
/
.gitattributes
95 lines (76 loc) · 1.26 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
*.bin binary
*.flx binary
*.pal binary
*.shp binary
*.vga binary
*.xpm text
*.bmp binary
*.gif binary
*.ico binary
*.jpeg binary
*.jpg binary
*.png binary
*.mid binary
*.wav binary
*.xls binary
*.tar.gz binary
*.tar.bz2 binary
*.zip binary
*.exe binary
*.dmg binary
*.zip binary
*.dat binary
*.sln eol=crlf
*.vcproj eol=crlf
*.vcxproj eol=crlf
*.vsprops eol=crlf
*.manifest eol=crlf
*.glade text diff=html
*.htm text diff=html
*.html text diff=html
*.shtml text diff=html
*.ui text diff=html
*.xml text diff=html
*.inc text diff=php
*.php text diff=php
*.php3 text diff=php
*.tpl text diff=php
*.ac text
*.am text
*.in text
*.m4 text
*.bat text
*.sh text
*.cfg text
*.txt text
*.iss text
*.c text diff=cpp
*.cc text diff=cpp
*.cpp text diff=cpp
*.cxx text diff=cpp
*.c++ text diff=cpp
*.h text diff=cpp
*.hh text diff=cpp
*.hpp text diff=cpp
*.m text diff=objc
*.mm text diff=objc
*.ll text diff=cpp
*.rc text
*.uc text
*.yy text diff=cpp
*.java test diff=java
Changelog text
Makefile* text
AUTHORS text
COPYING text
FAQ text
INSTALL text
NEWS text
README* text
*.pbxproj text
*.xcscheme text diff=xml
*.vcxproj.filters text diff=xml
Makefile.am eol=lf
Makefile.in eol=lf
configure.ac eol=lf
flx.in eol=lf