summaryrefslogtreecommitdiff
path: root/libmat2/__init__.py
blob: 91a51d8f28aaf2976595e4a0e3c0fbbae2cc079c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/env python3

# A set of extension that aren't supported, despite matching a supported mimetype
unsupported_extensions = {
    '.asc',
    '.bat',
    '.brf',
    '.c',
    '.h',
    '.ksh',
    '.pl',
    '.pot',
    '.rdf',
    '.srt',
    '.text',
    '.txt',
    '.wsdl',
    '.xpdl',
    '.xsd',
    '.xsl',
    }