1
0
mirror of synced 2024-06-09 15:57:48 +02:00
mat2/libmat2/__init__.py
2018-07-08 22:40:36 +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',
}