source: trunk/third/file-roller/file-roller.mime @ 21073

Revision 21073, 673 bytes checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21072, which included commits to RCS files with non-trunk default branches.
Line 
1application/x-tar
2        ext: tar
3 
4application/x-compressed-tar
5        regex,2: \.tar\.gz$
6        regex,2: \.tar\.Z$
7        ext: tgz taz
8
9application/x-bzip-compressed-tar
10        regex,2: \.tar\.bz$
11        regex,2: \.tar\.bz2$
12        ext,2: tbz tbz2
13
14application/x-lzop-compressed-tar
15        regex,2: \.tar\.lzo$
16        ext: tzo
17
18application/x-arj
19        ext: arj
20
21application/zip
22        ext: zip
23
24application/x-java-archive
25        ext: jar ear war
26
27application/x-lha
28        ext: lzh
29
30application/x-rar
31        ext: rar
32
33application/x-rar-compressed
34        ext: rar
35
36application/x-stuffit
37        ext: bin sit
38
39application/x-gzip
40        ext: gz
41
42application/x-bzip
43        ext: bz2 bz
44
45application/x-compress
46        ext: Z
47
48application/x-lzop
49        ext: lzo
50
51application/x-zoo
52        ext: zoo
Note: See TracBrowser for help on using the repository browser.