-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy path.gitattributes
More file actions
96 lines (91 loc) · 1.67 KB
/
Copy path.gitattributes
File metadata and controls
96 lines (91 loc) · 1.67 KB
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
96
* text=auto
*.gitattributes text
# Scriptish formats
*.bat text
*.bsh text
*.cgi text
*.cmd text
*.js text
*.php text
*.pl text
*.pm text
*.py text
*.sh eol=lf
configure eol=lf
# Image formats
*.bmp binary
*.gif binary
*.ico binary
*.jpeg binary
*.jpg binary
*.png binary
*.tif binary
*.tiff binary
*.svg text
# Data formats
*.pdf binary
*.avi binary
*.doc binary
*.dsp text eol=crlf
*.dsw text eol=crlf
*.eps binary
*.gz binary
*.mov binary
*.mp3 binary
*.ppt binary
*.ps binary
*.psd binary
*.rdf binary
*.rss text
*.rtf binary
*.sln text
*.swf binary
*.tgz binary
*.vcproj text
*.vcxproj text
*.vsprops text
*.wav binary
*.xls binary
*.zip binary
# Text formats
.htaccess text
*.bbk text
*.cmake text
*.css text
*.dtd text
*.htm text
*.html text
*.ini text
*.log text
*.mak text
*.qbk text
*.rst text
*.sql text
*.txt text
*.xhtml text
*.xml text
*.xsd text
*.xsl text
*.xslt text
*.xul text
*.yml text
boost-no-inspect text
CHANGES text
COPYING text
INSTALL text
Jamfile text
Jamroot text
Jamfile.v2 text
Jamrules text
Makefile* text
README text
TODO text
# Code formats
*.c text
*.cpp text
*.h text
*.hpp text
*.ipp text
*.tpp text
*.jam text
*.java text