1
0
mirror of synced 2024-06-09 23:59:51 +02:00
mat2/libmat2/__init__.py
2018-07-06 00:42:09 +02:00

20 lines
300 B
Python

#!/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',
}