summaryrefslogtreecommitdiff
path: root/libmat2/__init__.py
blob: 190abe5ddd9fa9fc92f742632a9de85b36790cbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/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',
    '.wsdl',
    '.xpdl',
    '.xsd',
    '.xsl',
    }