-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmimetypes.conf
43 lines (43 loc) · 1.87 KB
/
mimetypes.conf
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
<mimetype>
<type file=".asc;.c;.h;.cc;.cpp;.hh;.hpp;.conf;.log;.text;.txt;.diff;.patch;.ebuild;.eclass"> text/plain </type>
<type file=".pdf">application/pdf</type>
<type file=".sig">application/pgp-signature</type>
<type file=".spl">application/futuresplash</type>
<type file=".class">application/octet-stream</type>
<type file=".ps">application/postscript</type>
<type file=".torrent">application/x-bittorrent</type>
<type file=".dvi">application/x-dvi</type>
<type file=".gz">application/x-gzip</type>
<type file=".pac">application/x-ns-proxy-autoconfig</type>
<type file=".swf">application/x-shockwave-flash</type>
<type file=".tar.gz;.tgz">application/x-tgz</type>
<type file=".tar">application/x-tar</type>
<type file=".zip">application/zip</type>
<type file=".mp3">audio/mpeg</type>
<type file=".m3u">audio/x-mpegurl</type>
<type file=".wma">audio/x-ms-wma</type>
<type file=".wax">audio/x-ms-wax</type>
<type file=".ogg">application/ogg</type>
<type file=".wav">audio/x-wav</type>
<type file=".gif">image/gif</type>
<type file=".jpg;.jpeg">image/jpeg</type>
<type file=".png">image/png</type>
<type file=".xbm">image/x-xbitmap</type>
<type file=".xpm">image/x-xpixmap</type>
<type file=".xwd">image/x-xwindowdump</type>
<type file=".css">text/css</type>
<type file=".html;.htm">text/html</type>
<type file=".js">text/javascript</type>
<type file=".rtf">application/rtf</type>
<type file=".bmp">image/bmp</type>
<type file=".tif;.tiff">image/tiff</type>
<type file=".ico"> image/x-icon</type>
<type file=".dtd;.xml">text/xml</type>
<type file=".mpeg;.mpg">video/mpeg</type>
<type file=".mov;.qt">video/quicktime</type>
<type file=".avi">video/x-msvideo</type>
<type file=".asf;.asx">video/x-ms-asf</type>
<type file=".wmv">video/x-ms-wmv</type>
<type file=".bz2">application/x-bzip</type>
<type file=".tbz;.tar.bz2">application/x-bzip-compressed-tar</type>
</mimetype>